aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-12-01 19:30:11 -0500
committerAlee14 <Alee14498@gmail.com>2017-12-01 19:30:11 -0500
commit2a96a8b8dc939153d4246a514016ea7bf6d1ae13 (patch)
tree641e9293e21b987ffa0a5b003f5940ad649887d6
parent60b4dd4168b8af6cecd4c5976bb25b4c9fc6e775 (diff)
downloadAstralQuote-ATC-2a96a8b8dc939153d4246a514016ea7bf6d1ae13.tar.gz
AstralQuote-ATC-2a96a8b8dc939153d4246a514016ea7bf6d1ae13.tar.bz2
AstralQuote-ATC-2a96a8b8dc939153d4246a514016ea7bf6d1ae13.zip
I'm being a donkey :P
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index e68ddc0..45b4196 100644
--- a/bot.js
+++ b/bot.js
@@ -373,7 +373,7 @@ client.on('message', message => {
const command = args.shift().toLowerCase();
- if (msg.toLowerCase().includes("kden")) {
+ if (message.content.toLowerCase().includes("kden")) {
message.channel.send("live");
}