mirror of
https://github.com/danbulant/Shasha
synced 2026-06-07 08:32:16 +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")) {
|
if (msg.member?.hasPermission("ADMINISTRATOR")) {
|
||||||
sendThis.disableMentions = "none";
|
sendThis.disableMentions = "none";
|
||||||
}
|
}
|
||||||
const send = await trySend(this.client, msg, sendThis);
|
const send = await trySend(this.client, channel, sendThis);
|
||||||
sentAdCheck(send);
|
sentAdCheck(send);
|
||||||
const filter = () => true;
|
const filter = () => true;
|
||||||
const collector = send.createReactionCollector(filter, {time: 15*6*1000, dispose:true});
|
const collector = send.createReactionCollector(filter, {time: 15*6*1000, dispose:true});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue