Browse Source
Remove topic from StageChannel.edit's overload
pull/7494/head
jack1142
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
discord/channel.py
|
|
@ -1304,7 +1304,6 @@ class StageChannel(VocalGuildChannel): |
|
|
|
self, |
|
|
|
*, |
|
|
|
name: str = ..., |
|
|
|
topic: Optional[str] = ..., |
|
|
|
position: int = ..., |
|
|
|
sync_permissions: int = ..., |
|
|
|
category: Optional[CategoryChannel] = ..., |
|
|
|