Skip to content

Commit

Permalink
bump onEmptyQueue destroy from 30s to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
k4mien committed Feb 2, 2024
1 parent 9e13ed1 commit f9044a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ client.lavalink = new LavalinkManager({
destroyPlayer: true
},
onEmptyQueue: {
destroyAfterMs: 300_000
destroyAfterMs: 600_000
}
},
queueOptions: {
Expand Down

0 comments on commit f9044a1

Please sign in to comment.