From c8e874fb047ea848be778627a8321eb6d3a58747 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Feb 2018 11:29:26 -0500 Subject: SAy fix --- 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 181092c..9d7c156 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.instrumented(args.join(' ')); + msg.channel.send(args.join(' ')); msg.delete(); } }; -- cgit v1.2.3