From 3c2fc9533a510c19bd58abcbf8d9873649999d37 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 21 May 2024 20:42:31 -0400 Subject: [PATCH] Looks like the real idiot is me --- commands/single/idiot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } };