diff options
| -rw-r--r-- | commands/cureboredom.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |
