Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Naruto643 authored Aug 15, 2023
1 parent b3f791e commit 2adc86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def is_enabled(value, default):
PORT = environ.get("PORT", "8080")
GRP_LNK = environ.get('GRP_LNK', 'https://t.me/+ps2An00KwZYwNTRl')
CHNL_LNK = environ.get('CHNL_LNK', 'https://t.me/hbbotz')
TUTORIAL = environ.get('TUTORIAL', 'https://t.me/Team_HMT/8')
TUTORIAL = environ.get('TUTORIAL', 'https://t.me/Verifying5754/3')
IS_TUTORIAL = bool(environ.get('IS_TUTORIAL', True))
MSG_ALRT = environ.get('MSG_ALRT', 'Wʜᴀᴛ Aʀᴇ Yᴏᴜ Lᴏᴏᴋɪɴɢ Aᴛ ?')
LOG_CHANNEL = int(environ.get('LOG_CHANNEL', '-1001978482047'))
Expand Down

0 comments on commit 2adc86d

Please sign in to comment.