From 42adea6764c88c197e9f6d63fa5fc5ede72ed06e Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 12:33:49 -0500 Subject: trying something :thinking: --- commands/cureboredom.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/commands/cureboredom.js b/commands/cureboredom.js index 0c93fc8..9c3a0dd 100644 --- a/commands/cureboredom.js +++ b/commands/cureboredom.js @@ -1,8 +1,13 @@ exports.run = (bot, msg, args) => { + if (args === 'list') { + msg.channel.send(ideas.join('\n')); + }; + + const ideas = [ 'Pokemon Go to the polls :ballot_box:', 'Consuming Maccas :fries:', - 'Fighting Astralmod :right_facing_fist:', + 'Fighting AstralMod :right_facing_fist:', 'Joining a team :handshake:', 'Have a battle :crossed_swords:', ]; -- cgit v1.2.3