Closed sawa-ko closed 3 years ago
What is your ShoukakuOptions when this issue appeared
What is your ShoukakuOptions when this issue appeared
This is my current shoukaku options
this.shoukakuManager = new Shoukaku(this, config.lavalink.nodes, {
resumable: true,
reconnectTries: 5,
reconnectInterval: 30e3,
restTimeout: 60e3,
});
resumable either takes false|'any-resume-key-you-want'
tho next minor release will be boolean wiith backwards compatibility on string based resume-key. Try latest commit
resumable either takes
false|'any-resume-key-you-want'
tho next minor release will be boolean wiith backwards compatibility on string based resume-key. Try latest commit
Works fine now, thanks