Skip to content

v3.4.0

Compare
Choose a tag to compare
@EvieePy EvieePy released this 19 Jun 13:45
· 5 commits to main since this release
52b863c

Version 3.4.0

Documentation:
https://wavelink.dev

Support:
Discord Server

Additions

Player.inactive_channel_tokens

  • This addition dispatches the currently available on_wavelink_inactive_player event when the Player has been inactive for x amount of played tracks. E.g. after 3 tracks if no real members (Members that aren't bots) have been in the channel, this event will fire.

PluginFilters

  • Added the PluginFilters filter class. This addition allows the setting of filters on Lavalink Plugins that support it.

Changes

Playable.search & wavelink.Pool.fetch_tracks

  • Added the optional node keyword-only argument; Allows passing a Node which will be used to search tracks. Defaults to None which uses the wavelink.Pool identical to previous versions.

Changelog

Full Changelog: v3.3.0...v3.4.0