mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
fix
This commit is contained in:
parent
145acb9c54
commit
e40f6b511e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue