setup
This commit is contained in:
parent
5d13272dab
commit
43e591f34e
13
system/software.py
Normal file
13
system/software.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Copyright (C) 2021 Veez Music-Project
|
||||||
|
|
||||||
|
from config import Config
|
||||||
|
from pyrogram import Client
|
||||||
|
from pytgcalls import PyTgCalls
|
||||||
|
|
||||||
|
VGA = Client(
|
||||||
|
Config.SESSION,
|
||||||
|
Config.API_ID,
|
||||||
|
Config.API_HASH,
|
||||||
|
plugins=dict(root="program")
|
||||||
|
)
|
||||||
|
group_call = PyTgCalls(VGA, cache_duration=180)
|
Loading…
Reference in New Issue
Block a user