This commit is contained in:
Sengolda 2021-10-18 20:26:31 +05:30 committed by GitHub
parent 7541ef06eb
commit 11087a0a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -707,7 +707,7 @@ class GuildChannel:
self,
target: Union[Member, User],
*,
overwrite: PermissionOverwrite,
overwrite: PermissionOverwrite = _undefined,
reason: Optional[str] = None,
**permissions: bool,
):