diff options
| author | Alee <alee14498@gmail.com> | 2018-03-24 23:02:07 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-24 23:02:07 -0400 |
| commit | d07e68e033d9046b4b90190436fa84865d981b35 (patch) | |
| tree | 12e80ee6361747f813fd2489f8964cf8cbd038dd | |
| parent | 87da49863743608aea89504bde13ff5804d7ce02 (diff) | |
| download | AleeBot-d07e68e033d9046b4b90190436fa84865d981b35.tar.gz AleeBot-d07e68e033d9046b4b90190436fa84865d981b35.tar.bz2 AleeBot-d07e68e033d9046b4b90190436fa84865d981b35.zip | |
uhhhhhhhhh oops
| -rw-r--r-- | src/commands/say.js | 2 |
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 = { |
