From 3917b4df3d5671159eafda710834bc40e8ba7c75 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 24 Feb 2018 10:32:29 -0500 Subject: Once again i'm a donkey.. --- commands/say.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/say.js b/commands/say.js index 83bd701..41e89a6 100644 --- a/commands/say.js +++ b/commands/say.js @@ -3,8 +3,8 @@ exports.run = async (bot, msg, args) => { msg.reply('Nope! You need the person who created this bot to use this command.'); } else { - message.channel.sendMessage(args.join(" ")); - message.delete(); + msg.channel.sendMessage(args.join(" ")); + msg.delete(); } }; -- cgit v1.2.3