something
This commit is contained in:
parent
4b0b3cf24e
commit
cc23b77736
4
main.py
4
main.py
@ -3,10 +3,10 @@ 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():
|
||||||
print("[INFO]: STARTING BOT CLIENT")
|
|
||||||
await bot.start()
|
await bot.start()
|
||||||
print("[INFO]: STARTING PYTGCALLS CLIENT")
|
print("[INFO]: BOT & UBOT CLIENT STARTED !!")
|
||||||
await call_py.start()
|
await call_py.start()
|
||||||
|
print("[INFO]: PYTGCALLS 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