type hint set_permissions
This commit is contained in:
parent
387f1bb915
commit
bcedffc4bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user