diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-25 21:58:31 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-25 21:58:31 -0500 |
| commit | 2b83e842fea1c9cab7abbe45154a1f140e26f990 (patch) | |
| tree | d5632015dbc0f28a56ee1295d0d32d92378b6204 /commands/Moderation | |
| parent | 6d17517b4543afbf5100b55619efc8a6d8f3c754 (diff) | |
| download | PokeBot-2b83e842fea1c9cab7abbe45154a1f140e26f990.tar.gz PokeBot-2b83e842fea1c9cab7abbe45154a1f140e26f990.tar.bz2 PokeBot-2b83e842fea1c9cab7abbe45154a1f140e26f990.zip | |
Basic music commands
Diffstat (limited to 'commands/Moderation')
| -rw-r--r-- | commands/Moderation/ban.js | 2 | ||||
| -rw-r--r-- | commands/Moderation/kick.js | 2 | ||||
| -rw-r--r-- | commands/Moderation/purge.js | 2 | ||||
| -rw-r--r-- | commands/Moderation/softban.js | 2 | ||||
| -rw-r--r-- | commands/Moderation/warn.js | 2 |
5 files changed, 5 insertions, 5 deletions
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 |
