This commit is contained in:
Daniel Odendahl Jr
2019-04-04 14:09:19 +00:00
parent 3459cac522
commit 9d423ec76b
+1 -1
View File
@@ -13,6 +13,6 @@ module.exports = class NoUCommand extends Command {
}
run(msg) {
return msg.reply('no u');
return msg.say('no u');
}
};