Kyle Simpson
d3a40fe691
Examples: support new Serenity Intents init
...
Fixes up the serenity examples to account for a bunch of API changes on `next`/v0.11.
Tested using `cargo make ready`.
2022-07-22 15:41:18 +01:00
Kyle Simpson
f1ed41ea28
Examples: Fix serenity-next cache accesses ( #99 )
...
Serenity's cache design has changed, this (finally) prevents the examples from failing to compile on CI.
2022-07-22 15:41:18 +01:00
Luukas Pörtfors
62ecfe68d6
Examples: Fix unmatched quotation mark in comment. ( #101 )
2021-10-18 10:59:57 +01:00
Kyle Simpson
dad48ca835
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.
2021-08-17 12:14:50 +01:00
Alex M. M
f5bf54a63d
Move examples from the Serenity repository
2020-11-13 16:20:57 +01:00