From 173c5c5d869d82b8088aa8828b42e25f00575aed Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 9 Dec 2024 19:14:32 +0100 Subject: [PATCH] increase to 15s --- src/commands/music/play.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/music/play.ts b/src/commands/music/play.ts index 7f89e41..91251dc 100644 --- a/src/commands/music/play.ts +++ b/src/commands/music/play.ts @@ -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,