mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 16:55:03 +00:00
Update DJS
This commit is contained in:
parent
d8cf71d475
commit
e5730d0b85
23 changed files with 71 additions and 56 deletions
|
@ -213,7 +213,7 @@ export const MutesCmd = mutesCmd({
|
|||
await listMessage.edit({ components: [row] });
|
||||
|
||||
const filter = (iac: MessageComponentInteraction) => iac.message.id === listMessage.id;
|
||||
const collector = listMessage.createMessageComponentInteractionCollector({
|
||||
const collector = listMessage.createMessageComponentCollector({
|
||||
filter,
|
||||
time: stopCollectionDebounce,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue