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!, {
|
const queue = player.nodes.create(interaction.guild!, {
|
||||||
volume: 50,
|
volume: 50,
|
||||||
defaultFFmpegFilters: ["silenceremove"],
|
defaultFFmpegFilters: ["silenceremove"],
|
||||||
leaveOnEndCooldown: 5000,
|
leaveOnEndCooldown: 15000,
|
||||||
metadata: {
|
metadata: {
|
||||||
channel: interaction.channel,
|
channel: interaction.channel,
|
||||||
} as Metadata,
|
} as Metadata,
|
||||||
|
|
Loading…
Reference in a new issue