- Add a `queue_repeat(...)` to repeat the queue
- Add a `close()` func to close ws connection
- Fix some errors on track stuck
- Rename the base class `LavalinkClient` to `Lavalink` on a next release ill remove a `LavalinkClient`
- Rename the `Api` class to `LavalinkRest` on a next release ill remove a `Api` and all methods on it return a dict data from server without any processing
- Make a session resume this is on server pass can recovery all temp data on a server like session_id and channel_id (ws server required it)