Skip to content

Commit

Permalink
Update Shoukaku.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasB25 committed Aug 8, 2024
1 parent 73ae233 commit a0faea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Shoukaku.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default class ShoukakuClient extends Shoukaku {
constructor(client: Lavamusic, nodes: NodeOption[]) {
super(new Connectors.DiscordJS(client), nodes, {
moveOnDisconnect: false,
resume: true,
resume: false,
reconnectInterval: 30,
reconnectTries: 2,
restTimeout: 10000,
Expand Down

0 comments on commit a0faea9

Please sign in to comment.