v3.4.0
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 aNode
which will be used to search tracks. Defaults toNone
which uses thewavelink.Pool
identical to previous versions.
Changelog
- Feature/playable node and Inactive Channel Check by @EvieePy in #303
- Fix/plugin filters by @EvieePy in #307
Full Changelog: v3.3.0...v3.4.0