increase to 15s
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 1m36s

This commit is contained in:
Mylloon 2024-12-09 19:14:32 +01:00
parent a81b62e731
commit 173c5c5d86
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -129,7 +129,7 @@ export default {
const queue = player.nodes.create(interaction.guild!, {
volume: 50,
defaultFFmpegFilters: ["silenceremove"],
leaveOnEndCooldown: 5000,
leaveOnEndCooldown: 15000,
metadata: {
channel: interaction.channel,
} as Metadata,