This commit is contained in:
levina 2022-02-07 23:53:45 +07:00 committed by GitHub
parent 95e53658a8
commit 866567e111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")