Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix call to VoiceManager.join in example 06
`VoiceManager.join(&mut self, guild_id: Option<GuildId>, ...)` has been changed to `VoiceManager.join<G>(&mut self, guild_id: G, ...) where G: Into<GuildId>`. We should no longer wrap `guild_id` with `Some`.
- Loading branch information