From f6c8b39a13753a6b065f1582d447e1a9a8732154 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 12:34:51 -0500 Subject: again; rusty in jay ess --- commands/cureboredom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); }; -- cgit v1.2.3