This commit is contained in:
levina 2021-10-25 15:24:50 +07:00 committed by GitHub
parent 3d6e93f19a
commit 5569aabe42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ import os
from pyrogram import Client, idle from pyrogram import Client, idle
from pytgcalls import PyTgCalls from pytgcalls import PyTgCalls
from pytgcalls import idle as engine from pytgcalls import idle as engine
from driver import bot, call_py from driver.veez import bot, call_py
from program import __version__ from program import __version__
bot.start() bot.start()