From d07e68e033d9046b4b90190436fa84865d981b35 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 24 Mar 2018 23:02:07 -0400 Subject: uhhhhhhhhh oops --- src/commands/say.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/say.js b/src/commands/say.js index 2e6c918..dfa2323 100644 --- a/src/commands/say.js +++ b/src/commands/say.js @@ -2,7 +2,7 @@ module.exports.run = async (client, message, args) => { if (!['242775871059001344',].includes(message.author.id)) return message.reply('Nope! You need the person who created this bot to use this command.'); let absay = args.join(" "); message.delete().catch(); - message.reply(absay); + message.channel.send(absay); }; exports.conf = { -- cgit v1.2.3