diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 12:34:51 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 12:34:51 -0500 |
| commit | f6c8b39a13753a6b065f1582d447e1a9a8732154 (patch) | |
| tree | 1335d6be59e672b5ab45e6fdf0791c70defc5f5c | |
| parent | 42adea6764c88c197e9f6d63fa5fc5ede72ed06e (diff) | |
| download | PokeBot-f6c8b39a13753a6b065f1582d447e1a9a8732154.tar.gz PokeBot-f6c8b39a13753a6b065f1582d447e1a9a8732154.tar.bz2 PokeBot-f6c8b39a13753a6b065f1582d447e1a9a8732154.zip | |
again; rusty in jay ess
| -rw-r--r-- | commands/cureboredom.js | 2 |
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')); }; |
