aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-28 10:08:44 -0400
committerUnknown <Alee14498@gmail.com>2017-10-28 10:08:44 -0400
commit7e2021de9d4572747563007f8d7172bd9dd5453e (patch)
treeb6293442d974dc763c63523b982a14cae634a7fb
parentbc7ce3428ad7a4f8560b2fe42dd00e3608e13740 (diff)
downloadAstralQuote-ATC-7e2021de9d4572747563007f8d7172bd9dd5453e.tar.gz
AstralQuote-ATC-7e2021de9d4572747563007f8d7172bd9dd5453e.tar.bz2
AstralQuote-ATC-7e2021de9d4572747563007f8d7172bd9dd5453e.zip
Added the old help command (it's seperate :P)
-rw-r--r--bot.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/bot.js b/bot.js
index 3525497..cb2bb34 100644
--- a/bot.js
+++ b/bot.js
@@ -270,17 +270,14 @@ client.on('message', message => {
.addField("- Quote Commands", "quoteoftheday\nforcequote", true)
.setFooter("AstrelQuact Copyright 2017. This was made by TheRandomMelon and vicr123 and modified by Alee14.")
message.channel.send(embed);
-
- /* This is the old help
+ } else if (message.content === '!oldhelp') {
message.channel.send("Available commands:\n```\n" +
"!ping, !pong Requests AstrelQuact to reply with a message\n" +
"!quoteoftheday Requests AstrelQuact for the quote of the day\n" +
"!forcequote Requests AstrelQuact to reset the quote of the day\n" +
"!reboot Requests AstrelQuact to reboot\n" +
"!poweroff Tells AstrelQuact to leave\n```"
-
- );
- */
+ );
} else if (message.content === '!easteregg') {
message.channel.send("```cpp\n" +
"There are no easter eggs to be found here. Begone!" +