Skip to content

Commit

Permalink
Removing shoukaku option resume
Browse files Browse the repository at this point in the history
  • Loading branch information
TEGRAXD committed Jul 19, 2024
1 parent 0fbb64c commit d4740dc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,6 @@ class Laurentina {
this.client = client;
this.shoukaku = shoukaku;
this.audioController = new Map<string, AudioController>();

// Whether to resume a connection on disconnect to Lavalink (Server Side)
// Default: false
// try {
// this.shoukaku.options.resume = true;
// } catch (error) {
// if (error instanceof TypeError) {
// console.error(`TypeError: Shoukaku are not initialized properly. ${error.message}`);
// }
// }
}

async join(
Expand Down

0 comments on commit d4740dc

Please sign in to comment.