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 9c3a0dd..3a2ead8 100644
--- a/commands/cureboredom.js
+++ b/commands/cureboredom.js
@@ -1,5 +1,5 @@
exports.run = (bot, msg, args) => {
- if (args === 'list') {
+ if (args[0] === 'list') {
msg.channel.send(ideas.join('\n'));
};