Skip to content

TuneMusicBot/lavalink

Repository files navigation

TuneMusicBot/lavalink

A custom lavalink forked from davidffa.

Changes

  • Converted all stuff to kotlin
  • Refactorings
  • Remove useless files
  • Dependency updates
  • Use my custom lavaplayer-fork forked from Walkyst's fork.
  • Add a lot of audio source managers.
  • Added WebSocket op code "ping" (responds with { "op": "pong" }, useful to check WS latency between lavalink node and the bot). If you send the guildId property, lavalink responds with { "op": "pong", "ping": x } where x is the latency between discord voice gateway and the lavalink node.
  • Added dependencies versions in the headers of every request.
  • Support audio receiving (see how to use it here)
  • Increase amount of data that PlayerUpdate event send.
  • Custom parsing of errors forked from natanbc andesite.
  • Format XM Support.

Credits