update __main__.py
This commit is contained in:
parent
2f9db2962e
commit
bc2fc456fb
@ -4,15 +4,16 @@
|
||||
|
||||
import asyncio
|
||||
from pyrogram import Client, idle
|
||||
from config import API_ID, API_HASH, BOT_TOKEN
|
||||
# from config import Veez.API_ID, Veez.API_HASH, Veez.BOT_TOKEN
|
||||
from config import Veez
|
||||
from bot.videoplayer import app
|
||||
from bot.videoplayer import call_py
|
||||
|
||||
bot = Client(
|
||||
":memory:",
|
||||
API_ID,
|
||||
API_HASH,
|
||||
bot_token=BOT_TOKEN,
|
||||
Veez.API_ID,
|
||||
Veez.API_HASH,
|
||||
bot_token=Veez.BOT_TOKEN,
|
||||
plugins=dict(root="bot"),
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user