This commit is contained in:
Yasir Aris M 2024-07-29 12:09:55 +07:00 committed by GitHub
parent 145acb9c54
commit e40f6b511e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: