aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot.js')
-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;