diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/cureboredom.js | 1 |
1 files changed, 1 insertions, 0 deletions
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)]); |
