diff options
| author | Alee <alee14498@gmail.com> | 2018-07-10 18:19:23 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-07-10 18:19:23 -0400 |
| commit | 219e813092fdc2ffd2ac76cbd672f4e23ea3b45a (patch) | |
| tree | e14626fd441efeb70c1a7288bb76db0b14d5c202 /bot.js | |
| parent | d3fb8a72a623c764f3452ee2e1b4de9d18fce0e4 (diff) | |
| download | AstralMod-Improved-219e813092fdc2ffd2ac76cbd672f4e23ea3b45a.tar.gz AstralMod-Improved-219e813092fdc2ffd2ac76cbd672f4e23ea3b45a.tar.bz2 AstralMod-Improved-219e813092fdc2ffd2ac76cbd672f4e23ea3b45a.zip | |
Added a deprecate message in oldhelp
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1026,6 +1026,7 @@ function messageChecker(oldMessage, newMessage) { "warranty Tells you about AstralMod\n\n" + "ping|pong Asks AstralMod to reply with a message\n\n" + "These commands need to be prefixed with bot:\n" + + "This help command is deprecated please use bot:help or mod:help...\n" + "```"; message.channel.send(helpMessage); break; |
