Skip to content

Commit

Permalink
Document bitrate kwarg in StageChannel.edit
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaotrigine committed May 15, 2024
1 parent 041abf8 commit 2f479b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions discord/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1702,6 +1702,7 @@ async def edit(
*,
name: str = ...,
nsfw: bool = ...,
bitrate: int = ...,
user_limit: int = ...,
position: int = ...,
sync_permissions: int = ...,
Expand Down Expand Up @@ -1738,6 +1739,8 @@ async def edit(self, *, reason: Optional[str] = None, **options: Any) -> Optiona
----------
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`
Expand Down

0 comments on commit 2f479b2

Please sign in to comment.