Skip to content

Commit

Permalink
Add koyeb support
Browse files Browse the repository at this point in the history
  • Loading branch information
Devil-Botz authored Dec 5, 2022
1 parent 0a8d8ff commit ec4dfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions info.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def __init__(self):
DOWNLOAD_LOCATION = environ.get("DOWNLOAD_LOCATION", "./DOWNLOADS/AudioBoT/")

# Others
PORT = environ.get("PORT", "8080")
MAX_BTN = int(environ.get('MAX_BTN', "7"))
S_GROUP = environ.get('S_GROUP',"https://t.me/Elsasupportgp")
MAIN_CHANNEL = environ.get('MAIN_CHANNEL',"https://t.me/cinemala_com1")
Expand Down

0 comments on commit ec4dfaa

Please sign in to comment.