Format with black
This commit is contained in:
parent
bcedffc4bc
commit
ad038d8979
@ -703,7 +703,14 @@ class GuildChannel:
|
|||||||
) -> None:
|
) -> None:
|
||||||
...
|
...
|
||||||
|
|
||||||
async def set_permissions(self, target: Union[Member, User], *, overwrite: PermissionOverwrite, reason: Optional[str] = None, **permissions: bool):
|
async def set_permissions(
|
||||||
|
self,
|
||||||
|
target: Union[Member, User],
|
||||||
|
*,
|
||||||
|
overwrite: PermissionOverwrite,
|
||||||
|
reason: Optional[str] = None,
|
||||||
|
**permissions: bool,
|
||||||
|
):
|
||||||
r"""|coro|
|
r"""|coro|
|
||||||
|
|
||||||
Sets the channel specific permission overwrites for a target in the
|
Sets the channel specific permission overwrites for a target in the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user