Remove topic from StageChannel.edit's overload

This commit is contained in:
jack1142
2022-02-23 10:13:54 -05:00
committed by GitHub
parent 0eb2f32399
commit fd4c5a65ed
-1
View File
@@ -1304,7 +1304,6 @@ class StageChannel(VocalGuildChannel):
self,
*,
name: str = ...,
topic: Optional[str] = ...,
position: int = ...,
sync_permissions: int = ...,
category: Optional[CategoryChannel] = ...,