4 lines
216 B
Python
4 lines
216 B
Python
from pyrogram.client import Client
|
|
from modules.utils import configGet
|
|
|
|
app = Client("duptsiaposter", bot_token=configGet("bot_token", "bot"), api_id=configGet("api_id", "bot"), api_hash=configGet("api_hash", "bot")) |