diff options
Diffstat (limited to 'commands/cureboredom.js')
| -rw-r--r-- | commands/cureboredom.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/commands/cureboredom.js b/commands/cureboredom.js deleted file mode 100644 index e011c80..0000000 --- a/commands/cureboredom.js +++ /dev/null @@ -1,24 +0,0 @@ -exports.run = (bot, msg, args) => { - const ideas = [ - 'Pokemon Go to the polls :ballot_box:', - 'Consuming Maccas :fries:', - 'Fighting AstralMod :right_facing_fist:', - 'Joining a team :handshake:', - 'Have a battle :crossed_swords:', - ]; - - if (args[0] === 'list') return msg.channel.send(ideas.join('\n')); - - msg.channel.send(ideas[Math.floor(Math.random() * ideas.length)]); -}; - -exports.conf = { - aliases: [], - guildOnly: true, -}; - -exports.help = { - name: 'cureboredom', - description: 'Finds you something to do.', - category: 'Fun', -}; |
