Lavalink-Client icon indicating copy to clipboard operation
Lavalink-Client copied to clipboard

The classic Lavalink client for bots written for JVM using JDA or other frameworks

Results 4 Lavalink-Client issues
Sort by recently updated
recently updated
newest added

This pull request adds the implementation of the TrackStartEvent from Lavalink

Volume will get overridden if we call LavalinkPlayer.playTrack() if we set the volume via filters as the Deprecation specifies. This should resolve the issue and not send the volume if...

``` Since this client has been rewritten to be generic, it is possible to write custom implementations of the abstract Lavalink and Link classes. The client was made generic with...

I updated Lavalink-Client from a very old version to discover that websocket connections to Lavalink would randomly break at fairly high frequency. The WS client doesn't appear to have been...