|
|
@ -751,7 +751,7 @@ class PermissionOverwrite: |
|
|
|
""" |
|
|
|
return len(self._values) == 0 |
|
|
|
|
|
|
|
def update(self, **kwargs: bool) -> None: |
|
|
|
def update(self, **kwargs: Optional[bool]) -> None: |
|
|
|
r"""Bulk updates this permission overwrite object. |
|
|
|
|
|
|
|
Allows you to set multiple attributes by using keyword |
|
|
|