Complete refactor

This commit is contained in:
2023-01-10 12:52:44 +01:00
parent 9261585f5f
commit 6facf428c5
12 changed files with 369 additions and 362 deletions

4
modules/app.py Normal file
View File

@@ -0,0 +1,4 @@
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"))