diff --git a/helpers/utils.py b/helpers/utils.py index 1c104d1..0326d6b 100644 --- a/helpers/utils.py +++ b/helpers/utils.py @@ -1,6 +1,7 @@ # Copyright (C) 2021 By VeezMusicProject import asyncio +from pyrogram import Client from youtube_dl import YoutubeDL from youtube_dl.utils import ExtractorError from pytgcalls.pytgcalls import PyTgCalls