aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands/cureboredom.js7
1 files changed, 6 insertions, 1 deletions
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:',
];