rmf
This commit is contained in:
parent
1ba629a395
commit
d05e52f506
@ -1,6 +1,5 @@
|
||||
from pyrogram import Client
|
||||
from pytgcalls import PyTgCalls
|
||||
from aiohttp import ClientSession
|
||||
from config import API_HASH, API_ID, BOT_TOKEN, SESSION_NAME
|
||||
|
||||
|
||||
@ -19,6 +18,3 @@ user = Client(
|
||||
)
|
||||
|
||||
calls = PyTgCalls(user, overload_quiet_mode=True)
|
||||
|
||||
|
||||
aiohttpsession = ClientSession()
|
||||
|
Loading…
Reference in New Issue
Block a user