none
This commit is contained in:
parent
d0ce0baa57
commit
4e612c1903
6
main.py
6
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()
|
||||
|
Loading…
Reference in New Issue
Block a user