Remove topic from StageChannel.edit's overload

This commit is contained in:
jack1142 2022-02-23 16:13:54 +01:00 committed by GitHub
parent 0eb2f32399
commit fd4c5a65ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1304,7 +1304,6 @@ class StageChannel(VocalGuildChannel):
self,
*,
name: str = ...,
topic: Optional[str] = ...,
position: int = ...,
sync_permissions: int = ...,
category: Optional[CategoryChannel] = ...,