diff options
| author | Alee14 <alee14498@gmail.com> | 2018-01-27 08:37:35 -0500 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-01-27 08:37:35 -0500 |
| commit | eda17086beb0c6568059c9944e997d01c9c1e0de (patch) | |
| tree | 9cee3150ddeacff24365d171c15867a36fb02ae9 /bot.js | |
| parent | 7367edae60012905817e18690eaef5e6cdc64d01 (diff) | |
| download | AstralQuote-ATC-eda17086beb0c6568059c9944e997d01c9c1e0de.tar.gz AstralQuote-ATC-eda17086beb0c6568059c9944e997d01c9c1e0de.tar.bz2 AstralQuote-ATC-eda17086beb0c6568059c9944e997d01c9c1e0de.zip | |
Commented the unknown command
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -501,7 +501,8 @@ client.on('message', message => { embed.setFooter("This was made by TheRandomMelon and vicr123 and modified by Alee.");
message.channel.send(embed)
- } else if (message.content.startsWith(prefix)) {
+ }
+ /* } else if (message.content.startsWith(prefix)) {
deleteOriginalMessage = false;
log("[X] " + message.content + " [Unrecognised command]");
@@ -533,7 +534,7 @@ client.on('message', message => { break;
}
message.channel.send(getBoshyTime(message.guild) + " GAH! " + msg + " Refer to "+ prefix +"help for syntax and other stuff.");
- }
+ } */
});
|
