mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
typo
This commit is contained in:
parent
4603aff4d8
commit
ded5b96a96
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ async def ytdl_gendl_callback(self: Client, cq: CallbackQuery, strings):
|
||||||
return await cq.answer(strings("unauth"), True)
|
return await cq.answer(strings("unauth"), True)
|
||||||
except QueryIdInvalid:
|
except QueryIdInvalid:
|
||||||
return
|
return
|
||||||
if match[2] in ["mkv", "mp4"] and cq.from_user.id not in SUDO and and cq.from_user.id == OWNER_ID:
|
if match[2] in ["mkv", "mp4"] and cq.from_user.id not in SUDO and cq.from_user.id == OWNER_ID:
|
||||||
try:
|
try:
|
||||||
return await cq.answer(strings("vip-btn"), True)
|
return await cq.answer(strings("vip-btn"), True)
|
||||||
except QueryIdInvalid:
|
except QueryIdInvalid:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue