From d6f24252e54eaff88b2efc85be60c7e2145280e6 Mon Sep 17 00:00:00 2001 From: lmaotrigine <57328245+lmaotrigine@users.noreply.github.com> Date: Wed, 15 May 2024 23:07:40 +0530 Subject: [PATCH] Document bitrate kwarg in StageChannel.edit --- discord/channel.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/discord/channel.py b/discord/channel.py index 157ebb933..e022ec11e 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -1824,6 +1824,7 @@ class StageChannel(VocalGuildChannel): *, name: str = ..., nsfw: bool = ..., + bitrate: int = ..., user_limit: int = ..., position: int = ..., sync_permissions: int = ..., @@ -1860,6 +1861,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`