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