Skip to content

Commit

Permalink
BrandrdXMusic
Browse files Browse the repository at this point in the history
  • Loading branch information
WCGKING authored Aug 13, 2024
1 parent be73903 commit d8ecf36
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions BrandrdXMusic/plugins/admins/skip.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,7 @@ async def skip(cli, message: Message, _, chat_id):
video=status,
)
except:
try:
file_path, direct = await YTB.download(
videoid,
mystic,
videoid=True,
video=status,
)
except:
return await mystic.edit_text(_["call_6"])
return await mystic.edit_text(_["call_6"])
try:
image = await YouTube.thumbnail(videoid, True)
except:
Expand Down

0 comments on commit d8ecf36

Please sign in to comment.