mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Fix lint
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = class NeverHaveIEverCommand extends Command {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
async run(msg) {
|
run(msg) {
|
||||||
if (msg.channel.nsfw) return msg.say(all[Math.floor(Math.random() * all.length)]);
|
if (msg.channel.nsfw) return msg.say(all[Math.floor(Math.random() * all.length)]);
|
||||||
return msg.say(safe[Math.floor(Math.random() * safe.length)]);
|
return msg.say(safe[Math.floor(Math.random() * safe.length)]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user