From 1af3c64c1ff725ae67a4f449275b7f5bd28f4c25 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 12:30:59 -0500 Subject: 1 more way to cure your boredom --- commands/cureboredom.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/cureboredom.js b/commands/cureboredom.js index 5aa4ebf..0c93fc8 100644 --- a/commands/cureboredom.js +++ b/commands/cureboredom.js @@ -4,6 +4,7 @@ exports.run = (bot, msg, args) => { 'Consuming Maccas :fries:', 'Fighting Astralmod :right_facing_fist:', 'Joining a team :handshake:', + 'Have a battle :crossed_swords:', ]; msg.channel.send(ideas[Math.floor(Math.random() * ideas.length)]); -- cgit v1.2.3