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', };