mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 19:34:23 +00:00
Remove topic from StageChannel.edit's overload
This commit is contained in:
parent
0eb2f32399
commit
fd4c5a65ed
@ -1304,7 +1304,6 @@ class StageChannel(VocalGuildChannel):
|
|||||||
self,
|
self,
|
||||||
*,
|
*,
|
||||||
name: str = ...,
|
name: str = ...,
|
||||||
topic: Optional[str] = ...,
|
|
||||||
position: int = ...,
|
position: int = ...,
|
||||||
sync_permissions: int = ...,
|
sync_permissions: int = ...,
|
||||||
category: Optional[CategoryChannel] = ...,
|
category: Optional[CategoryChannel] = ...,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user