Complete refactor
This commit is contained in:
4
modules/app.py
Normal file
4
modules/app.py
Normal 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"))
|
Reference in New Issue
Block a user