Looks like the real idiot is me

This commit is contained in:
Dragon Fire
2024-05-21 20:42:31 -04:00
parent b82e80a19d
commit 3c2fc9533a
+1 -1
View File
@@ -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);
}
};