From 0c36b96040e8f97d0819cdef87cb9a00f9e183eb Mon Sep 17 00:00:00 2001 From: Neko Life Date: Sun, 16 May 2021 09:43:32 +0000 Subject: [PATCH] forgot channel --- cmds/utility/send.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/utility/send.js b/cmds/utility/send.js index e35c6c9..ace55bd 100644 --- a/cmds/utility/send.js +++ b/cmds/utility/send.js @@ -35,7 +35,7 @@ module.exports = class send extends commando.Command { if (msg.member?.hasPermission("ADMINISTRATOR")) { sendThis.disableMentions = "none"; } - const send = await trySend(this.client, msg, sendThis); + const send = await trySend(this.client, channel, sendThis); sentAdCheck(send); const filter = () => true; const collector = send.createReactionCollector(filter, {time: 15*6*1000, dispose:true});