From 9d423ec76b1fe27605d24a950eb2a9308ad7356f Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 4 Apr 2019 14:09:19 +0000 Subject: [PATCH] no reply --- commands/single/no-u.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/single/no-u.js b/commands/single/no-u.js index defcb0e1..3766817b 100644 --- a/commands/single/no-u.js +++ b/commands/single/no-u.js @@ -13,6 +13,6 @@ module.exports = class NoUCommand extends Command { } run(msg) { - return msg.reply('no u'); + return msg.say('no u'); } };