feat: wait 15s before leaving vc after end of music (#209)
All checks were successful
Publish latest version / build (push) Successful in 1m20s
All checks were successful
Publish latest version / build (push) Successful in 1m20s
Reviewed-on: #209 Co-authored-by: Mylloon <kennel.anri@tutanota.com> Co-committed-by: Mylloon <kennel.anri@tutanota.com>
This commit is contained in:
parent
5e70dac177
commit
884d62ceed
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ export default {
|
|||
const queue = player.nodes.create(interaction.guild!, {
|
||||
volume: 50,
|
||||
defaultFFmpegFilters: ["silenceremove"],
|
||||
leaveOnEndCooldown: 15000,
|
||||
metadata: {
|
||||
channel: interaction.channel,
|
||||
} as Metadata,
|
||||
|
|
Loading…
Reference in a new issue