From e40f6b511e369f65bc2852260199013fdf5fd790 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Mon, 29 Jul 2024 12:09:55 +0700 Subject: [PATCH] fix --- misskaty/plugins/start_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/start_help.py b/misskaty/plugins/start_help.py index 0ca94d38..7e47a726 100644 --- a/misskaty/plugins/start_help.py +++ b/misskaty/plugins/start_help.py @@ -85,7 +85,7 @@ FED_MARKUP = InlineKeyboardMarkup( @app.on_message(filters.command("start", COMMAND_HANDLER)) @use_chat_lang() -async def start(_, ctx: Message, strings): +async def start(self, ctx: Message, strings): if ctx.chat.type.value != "private": nama = ctx.from_user.mention if ctx.from_user else ctx.sender_chat.title try: