We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b6922 commit 21ab3b0Copy full SHA for 21ab3b0
discord/permissions.py
@@ -860,7 +860,7 @@ def is_empty(self) -> bool:
860
"""
861
return len(self._values) == 0
862
863
- def update(self, **kwargs: bool) -> None:
+ def update(self, **kwargs: bool | None) -> None:
864
r"""Bulk updates this permission overwrite object.
865
866
Allows you to set multiple attributes by using keyword
0 commit comments