From 86606cd393fd805cae3eeef1c9a5efab1e999c90 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 12:28:15 -0500 Subject: trey forgot to m o d i f y --- commands/cureboredom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/cureboredom.js b/commands/cureboredom.js index 96fe471..5aa4ebf 100644 --- a/commands/cureboredom.js +++ b/commands/cureboredom.js @@ -6,7 +6,7 @@ exports.run = (bot, msg, args) => { 'Joining a team :handshake:', ]; - msg.channel.send(games[Math.floor(Math.random() * games.length)]); + msg.channel.send(ideas[Math.floor(Math.random() * ideas.length)]); }; exports.conf = { -- cgit v1.2.3