Dimensional Fun

DF

Dimensional Fun

A community that includes everyone. Chat among fellow members, discuss hobbies, talk about your favorite movies or more!

Join

lavaclient

kyu

can you set the volume by default.

when you create player for the first time using /play command for example is there's anyway to set the volume there like if i want it 20% is it player.connect(member.voice.channel.id, { deafened: true, volume: 20 }); or what?...

Difference between pause(false) and resume()

What's the difference between pause(false) and resume()?

Any way to reconnect when node restarts

I'm currently using the reconnect: { basic: whatever } property in my nodes. While this works whenever the node requests a websocket reconnect it doesn't attempt to reconnect whenever the node is restarting

trackEnd event isn't fired after bot is dc'd and rejoins

For some reason the trackEnd event isn't fired in lavadeno if the bot was manually disconnected (by an admin) and then starts playing in the channel again, using lavadeno 3.2.3 (latest on deno.land), and harmony (from github not deno.land). Issue persists on both latest lavalink 3.5.1 and cog creators lavalink 3.4.0_1350 (tried cog creators as I thought it was a lavalink issue not lavadeno)