Type-Hint some files that were not type-hinted #101

Open
Sengolda wants to merge 16 commits from unknown repository into 2.0
Showing only changes of commit 11087a0a9d - Show all commits

View File

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