This commit is contained in:
levina 2022-01-31 17:11:01 +07:00 committed by GitHub
parent e24105eeb3
commit cdb84ec59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,12 @@ import asyncio
from pytgcalls import idle
from driver.veez import call_py, bot
async def start_bot():
await bot.start()
print("[INFO]: BOT & UBOT CLIENT STARTED !!")
await call_py.start()
print("[INFO]: PYTGCALLS CLIENT STARTED !!")
print("[INFO]: PY-TGCALLS CLIENT STARTED !!")
await idle()
print("[INFO]: STOPPING BOT & USERBOT")
await bot.stop()