From 06810eb40e395f67630ae320c2ad497e3283d9b2 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 12:23:23 -0500 Subject: cureboredom --- commands/cureboredom.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 commands/cureboredom.js diff --git a/commands/cureboredom.js b/commands/cureboredom.js new file mode 100644 index 0000000..96fe471 --- /dev/null +++ b/commands/cureboredom.js @@ -0,0 +1,22 @@ +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:', + ]; + + msg.channel.send(games[Math.floor(Math.random() * games.length)]); + }; + + exports.conf = { + aliases: [], + guildOnly: true, + }; + + exports.help = { + name: 'cureboredom', + description: 'Finds you something to do.', + category: 'Fun', + }; + \ No newline at end of file -- cgit v1.2.3