This commit is contained in:
Dragon Fire
2021-01-12 22:00:17 -05:00
parent e7e5085206
commit 4d685c267f
+1 -1
View File
@@ -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)]);
return msg.say(safe[Math.floor(Math.random() * safe.length)]);
}