From cdb84ec59a74a68c4441ab0e80f78e233c1ef387 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Mon, 31 Jan 2022 17:11:01 +0700 Subject: [PATCH] none --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 5aa12d3..2962be8 100644 --- a/main.py +++ b/main.py @@ -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()