mirror of
https://github.com/danbulant/Shasha
synced 2026-05-24 20:31:47 +00:00
forgot channel
This commit is contained in:
parent
8388ab41d0
commit
0c36b96040
1 changed files with 1 additions and 1 deletions
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Reference in a new issue