diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-25 11:52:53 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-25 11:52:53 -0500 |
| commit | 846f59ecc018704b78f0b33d6dda081fc5a5cf05 (patch) | |
| tree | dd3866ea1aa28a7bb8d03032ff6fb646c853c2df /commands/Fun/cureboredom.js | |
| parent | fb24fdcadd13beee78f8e89d293e31764a7c059d (diff) | |
| parent | 815230a264de36f692a5754ccd00054ff48347d9 (diff) | |
| download | PokeBot-846f59ecc018704b78f0b33d6dda081fc5a5cf05.tar.gz PokeBot-846f59ecc018704b78f0b33d6dda081fc5a5cf05.tar.bz2 PokeBot-846f59ecc018704b78f0b33d6dda081fc5a5cf05.zip | |
Merge remote-tracking branch 'origin/master'
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, }; |
