diff --git a/commands/single/idiot.js b/commands/single/idiot.js index 626d502f..67d43927 100644 --- a/commands/single/idiot.js +++ b/commands/single/idiot.js @@ -13,7 +13,7 @@ module.exports = class IdiotCommand extends Command { } run(msg) { - if (!IDIOT_URL) return msg.reply('_Stares at you._') + if (!IDIOT_URL) return msg.reply('_Stares at you._'); return msg.say(IDIOT_URL); } };