This commit is contained in:
levina 2022-02-07 22:55:09 +07:00 committed by GitHub
parent edc1692f31
commit 60f705b26e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ from config import API_HASH, API_ID, BOT_TOKEN, SESSION_NAME
from pyrogram import Client
from pytgcalls import PyTgCalls
bot = Client(
":veez:",
API_ID,
@ -16,4 +17,4 @@ user = Client(
api_hash=API_HASH,
)
call_py = PyTgCalls(user, overload_quiet_mode=True)
calls = PyTgCalls(user, overload_quiet_mode=True)