forgot
This commit is contained in:
parent
95e53658a8
commit
866567e111
4
main.py
4
main.py
@ -1,12 +1,12 @@
|
|||||||
import asyncio
|
import asyncio
|
||||||
from pytgcalls import idle
|
from pytgcalls import idle
|
||||||
from driver.veez import call_py, bot, user
|
from driver.core import calls, bot, user
|
||||||
|
|
||||||
|
|
||||||
async def start_bot():
|
async def start_bot():
|
||||||
await bot.start()
|
await bot.start()
|
||||||
print("[INFO]: BOT & UBOT CLIENT STARTED !!")
|
print("[INFO]: BOT & UBOT CLIENT STARTED !!")
|
||||||
await call_py.start()
|
await calls.start()
|
||||||
print("[INFO]: PY-TGCALLS CLIENT STARTED !!")
|
print("[INFO]: PY-TGCALLS CLIENT STARTED !!")
|
||||||
await user.join_chat("VeezSupportGroup")
|
await user.join_chat("VeezSupportGroup")
|
||||||
await user.join_chat("levinachannel")
|
await user.join_chat("levinachannel")
|
||||||
|
Loading…
Reference in New Issue
Block a user