Browse Source

Missing name parameter in VoiceChannel.edit documentation.

pull/876/head
Rapptz 8 years ago
parent
commit
89bbbec37e
  1. 2
      discord/channel.py

2
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

Loading…
Cancel
Save