This commit is contained in:
yasirarism 2023-07-04 10:39:33 +07:00 committed by GitHub
parent 1ba43806d5
commit a5a142aeb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ from misskaty.vars import COMMAND_HANDLER
def command(
self,
command: typing.Union[str, list],
is_disabled: typing.Union[bool, bool] = False
is_disabled: typing.Union[bool, bool] = False,
pm_only: typing.Union[bool, bool] = False,
group_only: typing.Union[bool, bool] = False,
self_admin: typing.Union[bool, bool] = False,