From 3122617fb4230202dad1b4e521e6b0d54ea9865f Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sun, 25 Feb 2018 00:48:48 -0500 Subject: new uptime args + new cures for boredom --- commands/Fun/cureboredom.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'commands/Fun') 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')); -- cgit v1.2.3