diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-28 10:08:44 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-28 10:08:44 -0400 |
| commit | 7e2021de9d4572747563007f8d7172bd9dd5453e (patch) | |
| tree | b6293442d974dc763c63523b982a14cae634a7fb | |
| parent | bc7ce3428ad7a4f8560b2fe42dd00e3608e13740 (diff) | |
| download | AstralQuote-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.js | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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!" + |
