none
This commit is contained in:
parent
e24105eeb3
commit
cdb84ec59a
3
main.py
3
main.py
@ -2,11 +2,12 @@ import asyncio
|
|||||||
from pytgcalls import idle
|
from pytgcalls import idle
|
||||||
from driver.veez import call_py, bot
|
from driver.veez import call_py, bot
|
||||||
|
|
||||||
|
|
||||||
async def start_bot():
|
async def start_bot():
|
||||||
await bot.start()
|
await bot.start()
|
||||||
print("[INFO]: BOT & UBOT CLIENT STARTED !!")
|
print("[INFO]: BOT & UBOT CLIENT STARTED !!")
|
||||||
await call_py.start()
|
await call_py.start()
|
||||||
print("[INFO]: PYTGCALLS CLIENT STARTED !!")
|
print("[INFO]: PY-TGCALLS CLIENT STARTED !!")
|
||||||
await idle()
|
await idle()
|
||||||
print("[INFO]: STOPPING BOT & USERBOT")
|
print("[INFO]: STOPPING BOT & USERBOT")
|
||||||
await bot.stop()
|
await bot.stop()
|
||||||
|
Loading…
Reference in New Issue
Block a user