This commit is contained in:
Yasir Aris M 2024-09-26 12:07:44 +07:00 committed by GitHub
parent 4603aff4d8
commit ded5b96a96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -198,7 +198,7 @@ async def ytdl_gendl_callback(self: Client, cq: CallbackQuery, strings):
return await cq.answer(strings("unauth"), True)
except QueryIdInvalid:
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:
return await cq.answer(strings("vip-btn"), True)
except QueryIdInvalid: