diff options
Diffstat (limited to 'commands/Fun')
| -rw-r--r-- | commands/Fun/cureboredom.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/commands/Fun/cureboredom.js b/commands/Fun/cureboredom.js index 9996645..c2e8304 100644 --- a/commands/Fun/cureboredom.js +++ b/commands/Fun/cureboredom.js @@ -5,6 +5,11 @@ exports.run = (bot, msg, args) => { 'Fighting AstralMod :right_facing_fist:', 'Joining a team :handshake:', 'Have a battle :crossed_swords:', + 'Playing The Peacenet :peace:', + 'Becoming Tyson :computer:', + 'Finding Bugs :bug:', + 'Being with Ayana :couple:', + 'Playing OS dressup :womans_clothes:', ]; if (args[0] === 'list') return msg.channel.send(ideas.join('\n')); |
