Driver: Fix incorrect leave behaviour in Drop handler
Sending poison messages should suffice to kill the voice session: attempting to `.leave()`. Fixes #88. This was tested using `cargo make ready` and the modified `serenity/voice/` example.
This commit is contained in:
@@ -18,4 +18,4 @@ features = ["client", "standard_framework", "voice", "rustls_backend"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.0"
|
||||
features = ["macros", "rt-multi-thread"]
|
||||
features = ["macros", "rt-multi-thread", "signal"]
|
||||
|
||||
Reference in New Issue
Block a user