From 89bbbec37e420a7de69106c405fdc86e82aa868d Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 26 Oct 2017 05:36:19 -0400 Subject: [PATCH] Missing name parameter in VoiceChannel.edit documentation. --- discord/channel.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/channel.py b/discord/channel.py index 363db258f..a615f5ad4 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