Browse Source
Document bitrate kwarg in StageChannel.edit
pull/9832/head
lmaotrigine
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
discord/channel.py
|
|
@ -1702,6 +1702,7 @@ class StageChannel(VocalGuildChannel): |
|
|
|
*, |
|
|
|
name: str = ..., |
|
|
|
nsfw: bool = ..., |
|
|
|
bitrate: int = ..., |
|
|
|
user_limit: int = ..., |
|
|
|
position: int = ..., |
|
|
|
sync_permissions: int = ..., |
|
|
@ -1738,6 +1739,8 @@ class StageChannel(VocalGuildChannel): |
|
|
|
---------- |
|
|
|
name: :class:`str` |
|
|
|
The new channel's name. |
|
|
|
bitrate: :class:`int` |
|
|
|
The new channel's bitrate. |
|
|
|
position: :class:`int` |
|
|
|
The new channel's position. |
|
|
|
nsfw: :class:`bool` |
|
|
|