From 2b83e842fea1c9cab7abbe45154a1f140e26f990 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 25 Feb 2018 21:58:31 -0500 Subject: Basic music commands --- commands/Moderation/ban.js | 2 +- commands/Moderation/kick.js | 2 +- commands/Moderation/purge.js | 2 +- commands/Moderation/softban.js | 2 +- commands/Moderation/warn.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'commands/Moderation') diff --git a/commands/Moderation/ban.js b/commands/Moderation/ban.js index cbd8875..29cd566 100644 --- a/commands/Moderation/ban.js +++ b/commands/Moderation/ban.js @@ -1,4 +1,4 @@ -/**************************************** +/** ************************************** * * Ban: Plugin for PokeBot that performs moderation actions. * Copyright (C) 2018 TheEdge, jtsshieh, Alee diff --git a/commands/Moderation/kick.js b/commands/Moderation/kick.js index 4f01fd3..ee7bf99 100644 --- a/commands/Moderation/kick.js +++ b/commands/Moderation/kick.js @@ -1,4 +1,4 @@ -/**************************************** +/** ************************************** * * Kick: Plugin for PokeBot that performs moderation actions. * Copyright (C) 2018 TheEdge, jtsshieh, Alee diff --git a/commands/Moderation/purge.js b/commands/Moderation/purge.js index aab8d59..fbb381d 100644 --- a/commands/Moderation/purge.js +++ b/commands/Moderation/purge.js @@ -1,4 +1,4 @@ -/**************************************** +/** ************************************** * * Purge: Plugin for PokeBot that performs moderation actions. * Copyright (C) 2018 TheEdge, jtsshieh, Alee diff --git a/commands/Moderation/softban.js b/commands/Moderation/softban.js index b91cadf..69a7fd3 100644 --- a/commands/Moderation/softban.js +++ b/commands/Moderation/softban.js @@ -1,4 +1,4 @@ -/**************************************** +/** ************************************** * * SoftBan: Plugin for PokeBot that performs moderation actions. * Copyright (C) 2018 TheEdge, jtsshieh, Alee diff --git a/commands/Moderation/warn.js b/commands/Moderation/warn.js index 19f61b5..b47fa3f 100644 --- a/commands/Moderation/warn.js +++ b/commands/Moderation/warn.js @@ -1,4 +1,4 @@ -/**************************************** +/** ************************************** * * Warn: Plugin for PokeBot that performs moderation actions. * Copyright (C) 2018 TheEdge, jtsshieh, Alee -- cgit v1.2.3