aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-12-01 19:45:41 -0500
committerAlee14 <Alee14498@gmail.com>2017-12-01 19:45:41 -0500
commitcd734ed698a5a16af385a1c3d9949b6861f40cbb (patch)
tree509a6259cb80411a91b3429d0102f6b406d0a6d4
parent2a96a8b8dc939153d4246a514016ea7bf6d1ae13 (diff)
downloadAstralQuote-ATC-cd734ed698a5a16af385a1c3d9949b6861f40cbb.tar.gz
AstralQuote-ATC-cd734ed698a5a16af385a1c3d9949b6861f40cbb.tar.bz2
AstralQuote-ATC-cd734ed698a5a16af385a1c3d9949b6861f40cbb.zip
I hope kden work (again)
-rw-r--r--bot.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/bot.js b/bot.js
index 45b4196..56a11bb 100644
--- a/bot.js
+++ b/bot.js
@@ -373,10 +373,6 @@ client.on('message', message => {
const command = args.shift().toLowerCase();
- if (message.content.toLowerCase().includes("kden")) {
- message.channel.send("live");
- }
-
if (command === 'ping') {
message.channel.send(getBoshyTime(message.guild) + ' PONG! I want to play pong... :\'(');
} else if (command === 'pong') {
@@ -523,6 +519,10 @@ client.on('message', message => {
message.channel.send(getBoshyTime(message.guild) + " GAH! " + msg + " Refer to aq:help for syntax and other stuff.");
}
+ if (message.content == "kden") {
+ message.channel.send("live");
+ }
+
});