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.