aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-24 23:02:07 -0400
committerAlee <alee14498@gmail.com>2018-03-24 23:02:07 -0400
commitd07e68e033d9046b4b90190436fa84865d981b35 (patch)
tree12e80ee6361747f813fd2489f8964cf8cbd038dd
parent87da49863743608aea89504bde13ff5804d7ce02 (diff)
downloadAleeBot-d07e68e033d9046b4b90190436fa84865d981b35.tar.gz
AleeBot-d07e68e033d9046b4b90190436fa84865d981b35.tar.bz2
AleeBot-d07e68e033d9046b4b90190436fa84865d981b35.zip
uhhhhhhhhh oops
-rw-r--r--src/commands/say.js2
1 files changed, 1 insertions, 1 deletions
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 = {