TelegramPoster/modules/app.py
2023-01-10 12:52:44 +01:00

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"))