Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism authored Sep 26, 2024
1 parent 4603aff commit ded5b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/plugins/ytdl_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ded5b96

Please sign in to comment.