Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Config():
SUDO_USERS = list(set(SUDO_USERS))
else:
BOT_TOKEN = ""
DATABASE_URL = ""
DATABASE_URL = os.environ.get("DATABASE_URL", None)
APP_ID = ""
API_HASH = ""
SUDO_USERS = list(set(int(x) for x in ''.split()))
Expand All @@ -33,4 +33,4 @@ class Messages():
"**Developed by @viperadnan**"
]

START_MSG = "**Hey [{}](tg://user?id={})**\n__I can force members to join a specific channel before writing messages in the group.\nLearn more at /help__"
START_MSG = "**Hey [{}](tg://user?id={})**\n__I can force members to join a specific channel before writing messages in the group.\nLearn more at /help__"