Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelkb authored Dec 17, 2022
1 parent 01fa20f commit 1b6994f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions info.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def is_enabled(value, default):
COLLECTION_NAME = environ.get('COLLECTION_NAME', 'Telegram_files')

# Others
MAX_B_TN = environ.get("MAX_B_TN", "5")
MAX_BTN = is_enabled((environ.get('MAX_BTN', "True")), True)
GRP_LNK = environ.get('GRP_LNK', 'https://t.me/+GOFte-Rz2tcxODg1')
CHNL_LNK = environ.get('CHNL_LNK', 'https://t.me/+mCMdCb_ymAowZmNl')
MSG_ALRT = environ.get('MSG_ALRT', 'Wʜᴀᴛ Aʀᴇ Yᴏᴜ Lᴏᴏᴋɪɴɢ Aᴛ ?')
Expand Down

0 comments on commit 1b6994f

Please sign in to comment.