diff --git a/helpers/utils.py b/helpers/utils.py index 8e17202..1c104d1 100644 --- a/helpers/utils.py +++ b/helpers/utils.py @@ -3,10 +3,12 @@ import asyncio from youtube_dl import YoutubeDL from youtube_dl.utils import ExtractorError +from pytgcalls.pytgcalls import PyTgCalls SIGINT: int = 2 FFMPEG_PROCESS = {} call_py = PyTgCalls(app) +app = Client(Veez.SESSION_NAME, Veez.API_ID, Veez.API_HASH) ############### # Basic Utils #