mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Document bitrate kwarg in StageChannel.edit
This commit is contained in:
parent
041abf8b48
commit
2f479b2ac6
@ -1702,6 +1702,7 @@ class StageChannel(VocalGuildChannel):
|
|||||||
*,
|
*,
|
||||||
name: str = ...,
|
name: str = ...,
|
||||||
nsfw: bool = ...,
|
nsfw: bool = ...,
|
||||||
|
bitrate: int = ...,
|
||||||
user_limit: int = ...,
|
user_limit: int = ...,
|
||||||
position: int = ...,
|
position: int = ...,
|
||||||
sync_permissions: int = ...,
|
sync_permissions: int = ...,
|
||||||
@ -1738,6 +1739,8 @@ class StageChannel(VocalGuildChannel):
|
|||||||
----------
|
----------
|
||||||
name: :class:`str`
|
name: :class:`str`
|
||||||
The new channel's name.
|
The new channel's name.
|
||||||
|
bitrate: :class:`int`
|
||||||
|
The new channel's bitrate.
|
||||||
position: :class:`int`
|
position: :class:`int`
|
||||||
The new channel's position.
|
The new channel's position.
|
||||||
nsfw: :class:`bool`
|
nsfw: :class:`bool`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user