mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-05 09:41:27 +03:00
feat: lower channel delete timer to 3s
This commit is contained in:
@@ -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) || {});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user