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 bcedffc4bc - Show all commits

View File

@ -703,7 +703,7 @@ class GuildChannel:
) -> None:
...
async def set_permissions(self, target, *, overwrite=_undefined, reason=None, **permissions):
async def set_permissions(self, target: Union[Member, User], *, overwrite: PermissionOverwrite, reason: Optional[str] = None, **permissions: bool):
r"""|coro|
Sets the channel specific permission overwrites for a target in the