diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-27 19:57:28 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-27 19:57:28 -0500 |
| commit | bedf64dee93049940b7a35ee282a2e75d84d133b (patch) | |
| tree | 3dd85e729ad803086219916efb139e6ded9d667a /commands/Music | |
| parent | c1054ad794fcd64199eefe371e9d7f328323d5d2 (diff) | |
| download | PokeBot-bedf64dee93049940b7a35ee282a2e75d84d133b.tar.gz PokeBot-bedf64dee93049940b7a35ee282a2e75d84d133b.tar.bz2 PokeBot-bedf64dee93049940b7a35ee282a2e75d84d133b.zip | |
added pokeworld exclusive commands kekek
Diffstat (limited to 'commands/Music')
| -rw-r--r-- | commands/Music/play.js | 2 | ||||
| -rw-r--r-- | commands/Music/skip.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/Music/play.js b/commands/Music/play.js index 8c93c59..cd22057 100644 --- a/commands/Music/play.js +++ b/commands/Music/play.js @@ -1,6 +1,6 @@ /** ************************************** * - * Play: Plugin for PokeBot that performs moderation actions. + * Play: Plugin for PokeBot that performs music player actions. * Copyright (C) 2018 TheEdge, jtsshieh, Alee * * This program is free software: you can redistribute it and/or modify diff --git a/commands/Music/skip.js b/commands/Music/skip.js index 435aacb..09ab165 100644 --- a/commands/Music/skip.js +++ b/commands/Music/skip.js @@ -1,6 +1,6 @@ /** ************************************** * - * Skip: Plugin for PokeBot that performs moderation actions. + * Skip: Plugin for PokeBot that performs music player actions. * Copyright (C) 2018 TheEdge, jtsshieh, Alee * * This program is free software: you can redistribute it and/or modify |
