aboutsummaryrefslogtreecommitdiff
path: root/commands/Fun/cureboredom.js
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-25 00:48:48 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-25 00:48:48 -0500
commit3122617fb4230202dad1b4e521e6b0d54ea9865f (patch)
tree458ab39bac8835a08bcce7198987a9abe08d991a /commands/Fun/cureboredom.js
parent5c2843435f589d2962135052e9f8be6f18830291 (diff)
downloadPokeBot-3122617fb4230202dad1b4e521e6b0d54ea9865f.tar.gz
PokeBot-3122617fb4230202dad1b4e521e6b0d54ea9865f.tar.bz2
PokeBot-3122617fb4230202dad1b4e521e6b0d54ea9865f.zip
new uptime args + new cures for boredom
Diffstat (limited to 'commands/Fun/cureboredom.js')
-rw-r--r--commands/Fun/cureboredom.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/Fun/cureboredom.js b/commands/Fun/cureboredom.js
index 0445a5a..9c38784 100644
--- a/commands/Fun/cureboredom.js
+++ b/commands/Fun/cureboredom.js
@@ -10,6 +10,14 @@ exports.run = (bot, msg, args) => {
'Finding Bugs :bug:',
'Being with Ayana :couple:',
'Playing OS dressup :womans_clothes:',
+ 'Chatting with friends :speech_balloon:',
+ 'Livestreaming :satellite:',
+ 'Programming a Discord Bot :man_dancing:',
+ 'Listening to Anders Enger Jensen :musical_note:',
+ 'Messing with Rich Presence :gear:',
+ 'Making videos :movie_camera:',
+ 'Taking pictures :camera:',
+ 'Suggesting things for the server :dancers:',
];
if (args[0] === 'list') return msg.channel.send(ideas.join('\n'));