Skip to content

Lavalink.py 2.1.10

Compare
Choose a tag to compare
@devoxin devoxin released this 02 Oct 19:38

Changes in this version

  • Stats events are now handled within Lavalink.py
    • A stats event is now dispatched when received from the server
  • Lavalink.py now detects server version and adjusts some stuff internally to match
  • DefaultPlayer's play function now accepts some additional parameters
    • ignore_shuffle, index
  • DefaultPlayer has some additional helper functions regarding playing and queueing
    • play_at, play_now, play_previous, add_at, add_next
  • Track hooks can now be a normal function
  • Numerous code improvements + docstrings which your editor might thank you for