Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasB25 committed Aug 8, 2024
1 parent d011ad2 commit 73ae233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dotenv": "^16.4.5",
"i18n": "^0.15.1",
"node-system-stats": "^1.3.0",
"shoukaku": "github:shipgirlproject/Shoukaku",
"shoukaku": "github:shipgirlproject/Shoukaku#master",
"signale": "^1.4.0",
"topgg-autoposter": "^2.0.2",
"tslib": "^2.6.3",
Expand Down
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: false,
resume: true,
reconnectInterval: 30,
reconnectTries: 2,
restTimeout: 10000,
Expand Down

0 comments on commit 73ae233

Please sign in to comment.