aboutsummaryrefslogtreecommitdiff
path: root/src/framework
diff options
context:
space:
mode:
author---redacted--- <[email protected]>2017-05-19 00:05:14 -0500
committerzeyla <[email protected]>2017-05-18 22:05:14 -0700
commit6853daf4d04719a9a8a081151bd85336e160a752 (patch)
treeecfbb9488c43589013853de603197408e4074cfc /src/framework
parentAllow unreachable_code lint in command! macro (diff)
downloadserenity-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