no
This commit is contained in:
parent
ca7d728f2f
commit
e1a02c3a0c
@ -5,9 +5,9 @@ from pytgcalls import idle as engine
|
||||
from driver.veez import bot, call_py
|
||||
from program import __version__
|
||||
|
||||
await bot.start()
|
||||
bot.start()
|
||||
print(f"program v{__version__} started !")
|
||||
await call_py.start()
|
||||
call_py.start()
|
||||
print("program client started !")
|
||||
await engine()
|
||||
await idle()
|
||||
engine()
|
||||
idle()
|
||||
|
Loading…
Reference in New Issue
Block a user