diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-12-01 19:25:57 -0500 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-12-01 19:25:57 -0500 |
| commit | 60b4dd4168b8af6cecd4c5976bb25b4c9fc6e775 (patch) | |
| tree | 9968f25dcaf5304318cc45c7e403c384983f672c /bot.js | |
| parent | 2bbddcc87db24e22f43e0d55f3721c757c81b661 (diff) | |
| download | AstralQuote-ATC-60b4dd4168b8af6cecd4c5976bb25b4c9fc6e775.tar.gz AstralQuote-ATC-60b4dd4168b8af6cecd4c5976bb25b4c9fc6e775.tar.bz2 AstralQuote-ATC-60b4dd4168b8af6cecd4c5976bb25b4c9fc6e775.zip | |
I hope kden works :P
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -373,6 +373,10 @@ client.on('message', message => { const command = args.shift().toLowerCase(); + if (msg.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') { @@ -519,10 +523,6 @@ 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"); - } - }); |
