From a5a142aeb7f550b1cc9e763f7594e6775e43a0f1 Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:39:33 +0700 Subject: [PATCH] lupa --- misskaty/core/misskaty_patch/decorators/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/core/misskaty_patch/decorators/command.py b/misskaty/core/misskaty_patch/decorators/command.py index 886e5000..87038f2b 100644 --- a/misskaty/core/misskaty_patch/decorators/command.py +++ b/misskaty/core/misskaty_patch/decorators/command.py @@ -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,