From d1e4635c0831dcc6691e634eaf3965294e8f68ef Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Feb 2018 10:34:42 -0500 Subject: Bugfixes --- commands/say.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/say.js') diff --git a/commands/say.js b/commands/say.js index 8409ec7..181092c 100644 --- a/commands/say.js +++ b/commands/say.js @@ -3,7 +3,7 @@ exports.run = async (bot, msg, args) => { msg.reply('Nope! You need the person who created this bot to use this command.'); } else { - msg.channel.sendMessage(args.join(' ')); + msg.channel.instrumented(args.join(' ')); msg.delete(); } }; -- cgit v1.2.3