diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 19:21:57 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 19:21:57 -0500 |
| commit | 2414fb821c982f18b562885a04b47d05aa2ec723 (patch) | |
| tree | 787be28d872c5a25cc6b8e83555a4b38c519e7a2 /commands | |
| parent | 6a65f531553c52952b19f5371a641be5ab5a94b0 (diff) | |
| download | PokeBot-2414fb821c982f18b562885a04b47d05aa2ec723.tar.gz PokeBot-2414fb821c982f18b562885a04b47d05aa2ec723.tar.bz2 PokeBot-2414fb821c982f18b562885a04b47d05aa2ec723.zip | |
new ways to cure boredom
Diffstat (limited to 'commands')
| -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')); |
