diff --git a/main.py b/main.py index bf84304..6b5d240 100644 --- a/main.py +++ b/main.py @@ -1,12 +1,12 @@ import asyncio from pytgcalls import idle -from driver.veez import call_py, bot, user +from driver.core import calls, bot, user async def start_bot(): await bot.start() print("[INFO]: BOT & UBOT CLIENT STARTED !!") - await call_py.start() + await calls.start() print("[INFO]: PY-TGCALLS CLIENT STARTED !!") await user.join_chat("VeezSupportGroup") await user.join_chat("levinachannel")