Skip to content

v0.7.0

Compare
Choose a tag to compare
@EvieePy EvieePy released this 02 May 20:27

This major update fixes a bug which would keep old on_socket_response listeners alive when reinitialising the wavelink.Client, resulting in multiple voice_state_updates to be dispatched, causing a multitude of errors.

wavalink.Client has a breaking change, it now accepts a keyword only parameter bot= which is an instance of commands.Bot or commands.AutoShardedBot. Previously this was positional.