something

This commit is contained in:
levina 2022-01-15 21:05:09 +07:00 committed by GitHub
parent 4b0b3cf24e
commit cc23b77736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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