diff options
| author | ---redacted--- <[email protected]> | 2017-05-19 00:05:14 -0500 |
|---|---|---|
| committer | zeyla <[email protected]> | 2017-05-18 22:05:14 -0700 |
| commit | 6853daf4d04719a9a8a081151bd85336e160a752 (patch) | |
| tree | ecfbb9488c43589013853de603197408e4074cfc /src/framework | |
| parent | Allow unreachable_code lint in command! macro (diff) | |
| download | serenity-6853daf4d04719a9a8a081151bd85336e160a752.tar.xz serenity-6853daf4d04719a9a8a081151bd85336e160a752.zip | |
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`.
Diffstat (limited to 'src/framework')
0 files changed, 0 insertions, 0 deletions