diff options
| author | Rapptz <[email protected]> | 2017-10-26 05:36:19 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-10-26 05:36:19 -0400 |
| commit | 89bbbec37e420a7de69106c405fdc86e82aa868d (patch) | |
| tree | ab686d575e4abb832a74d5221ae1fd71f0fbd808 | |
| parent | Fix URI quoting in Route. (diff) | |
| download | discord.py-89bbbec37e420a7de69106c405fdc86e82aa868d.tar.xz discord.py-89bbbec37e420a7de69106c405fdc86e82aa868d.zip | |
Missing name parameter in VoiceChannel.edit documentation.
| -rw-r--r-- | discord/channel.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/channel.py b/discord/channel.py index 363db258..a615f5ad 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -469,6 +469,8 @@ class VoiceChannel(discord.abc.Connectable, discord.abc.GuildChannel, Hashable): Parameters ---------- + name: str + The new channel's name. bitrate: int The new channel's bitrate. user_limit: int |