diff options
Diffstat (limited to 'commands/Fun/cureboredom.js')
| -rw-r--r-- | commands/Fun/cureboredom.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/commands/Fun/cureboredom.js b/commands/Fun/cureboredom.js index c2e8304..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')); @@ -18,7 +26,7 @@ exports.run = (bot, msg, args) => { }; exports.conf = { - aliases: [], + aliases: ['cboredom'], guildOnly: true, }; |
