increase to 15s
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 1m36s
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 1m36s
This commit is contained in:
parent
a81b62e731
commit
173c5c5d86
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue