Browse Source

Remove topic from StageChannel.edit's overload

pull/7494/head
jack1142 3 years ago
committed by GitHub
parent
commit
fd4c5a65ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/channel.py

1
discord/channel.py

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

Loading…
Cancel
Save