aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 12:30:59 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 12:30:59 -0500
commit1af3c64c1ff725ae67a4f449275b7f5bd28f4c25 (patch)
tree35880aa085030182ae729e58b71a6ea292cad154 /commands
parent86606cd393fd805cae3eeef1c9a5efab1e999c90 (diff)
downloadPokeBot-1af3c64c1ff725ae67a4f449275b7f5bd28f4c25.tar.gz
PokeBot-1af3c64c1ff725ae67a4f449275b7f5bd28f4c25.tar.bz2
PokeBot-1af3c64c1ff725ae67a4f449275b7f5bd28f4c25.zip
1 more way to cure your boredom
Diffstat (limited to 'commands')
-rw-r--r--commands/cureboredom.js1
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)]);