From 219e813092fdc2ffd2ac76cbd672f4e23ea3b45a Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 10 Jul 2018 18:19:23 -0400 Subject: Added a deprecate message in oldhelp --- bot.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot.js') 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; -- cgit v1.2.3