diff --git a/main.py b/main.py index 99381e2..6d8b2f8 100644 --- a/main.py +++ b/main.py @@ -3,12 +3,12 @@ from pytgcalls import idle from driver.veez import call_py, bot async def mulai_bot(): - print("[INFO]: STARTING BOT CLIENT") + print("[VEEZ]: STARTING BOT CLIENT") await bot.start() - print("[INFO]: STARTING PYTGCALLS CLIENT") + print("[VEEZ]: STARTING PYTGCALLS CLIENT") await call_py.start() await idle() - print("[INFO]: STOPPING BOT") + print("[VEEZ]: STOPPING BOT & USERBOT") await bot.stop() loop = asyncio.get_event_loop()