aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2018-01-27 08:37:35 -0500
committerAlee14 <alee14498@gmail.com>2018-01-27 08:37:35 -0500
commiteda17086beb0c6568059c9944e997d01c9c1e0de (patch)
tree9cee3150ddeacff24365d171c15867a36fb02ae9 /bot.js
parent7367edae60012905817e18690eaef5e6cdc64d01 (diff)
downloadAstralQuote-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.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/bot.js b/bot.js
index 67c1202..aada2a8 100644
--- a/bot.js
+++ b/bot.js
@@ -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.");
- }
+ } */
});