aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-07-10 18:19:23 -0400
committerAlee <alee14498@gmail.com>2018-07-10 18:19:23 -0400
commit219e813092fdc2ffd2ac76cbd672f4e23ea3b45a (patch)
treee14626fd441efeb70c1a7288bb76db0b14d5c202
parentd3fb8a72a623c764f3452ee2e1b4de9d18fce0e4 (diff)
downloadAstralMod-Improved-219e813092fdc2ffd2ac76cbd672f4e23ea3b45a.tar.gz
AstralMod-Improved-219e813092fdc2ffd2ac76cbd672f4e23ea3b45a.tar.bz2
AstralMod-Improved-219e813092fdc2ffd2ac76cbd672f4e23ea3b45a.zip
Added a deprecate message in oldhelp
-rw-r--r--bot.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index 962c823..f0a4c24 100644
--- a/bot.js
+++ b/bot.js
@@ -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;