mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Looks like the real idiot is me
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user