aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 12:34:51 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 12:34:51 -0500
commitf6c8b39a13753a6b065f1582d447e1a9a8732154 (patch)
tree1335d6be59e672b5ab45e6fdf0791c70defc5f5c /commands
parent42adea6764c88c197e9f6d63fa5fc5ede72ed06e (diff)
downloadPokeBot-f6c8b39a13753a6b065f1582d447e1a9a8732154.tar.gz
PokeBot-f6c8b39a13753a6b065f1582d447e1a9a8732154.tar.bz2
PokeBot-f6c8b39a13753a6b065f1582d447e1a9a8732154.zip
again; rusty in jay ess
Diffstat (limited to 'commands')
-rw-r--r--commands/cureboredom.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/cureboredom.js b/commands/cureboredom.js
index 9c3a0dd..3a2ead8 100644
--- a/commands/cureboredom.js
+++ b/commands/cureboredom.js
@@ -1,5 +1,5 @@
exports.run = (bot, msg, args) => {
- if (args === 'list') {
+ if (args[0] === 'list') {
msg.channel.send(ideas.join('\n'));
};