diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-12-01 19:45:41 -0500 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-12-01 19:45:41 -0500 |
| commit | cd734ed698a5a16af385a1c3d9949b6861f40cbb (patch) | |
| tree | 509a6259cb80411a91b3429d0102f6b406d0a6d4 | |
| parent | 2a96a8b8dc939153d4246a514016ea7bf6d1ae13 (diff) | |
| download | AstralQuote-ATC-cd734ed698a5a16af385a1c3d9949b6861f40cbb.tar.gz AstralQuote-ATC-cd734ed698a5a16af385a1c3d9949b6861f40cbb.tar.bz2 AstralQuote-ATC-cd734ed698a5a16af385a1c3d9949b6861f40cbb.zip | |
I hope kden work (again)
| -rw-r--r-- | bot.js | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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"); + } + }); |
