aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/cureboredom.js2
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 = {