mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-04-05 12:51:42 +03:00
feat: lower channel delete timer to 3s
This commit is contained in:
parent
9a7a14295c
commit
3eef14ccad
@ -1199,7 +1199,7 @@ module.exports = class TicketManager {
|
|||||||
.setDescription(getMessage('ticket.close.closed.description')),
|
.setDescription(getMessage('ticket.close.closed.description')),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
await new Promise(resolve => setTimeout(resolve, 5000));
|
await new Promise(resolve => setTimeout(resolve, 3e3));
|
||||||
await this.finallyClose(interaction.channel.id, this.$stale.get(interaction.channel.id) || {});
|
await this.finallyClose(interaction.channel.id, this.$stale.get(interaction.channel.id) || {});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user