diff --git a/config.py b/config.py index d6facc8..17773b6 100644 --- a/config.py +++ b/config.py @@ -24,10 +24,10 @@ DURATION_LIMIT_MIN = int(getenv("DURATION_LIMIT", 300)) # Chat id of a group for logging bot's activities -LOGGER_ID = int(getenv("LOGGER_ID")) +LOGGER_ID = int(getenv("`-1003556185955`")) # Get this value from @FallenxBot on Telegram by /id -OWNER_ID = int(getenv("OWNER_ID")) +OWNER_ID = int(getenv("8364016757")) ## Fill these variables if you're deploying on heroku. # Your heroku app name @@ -44,7 +44,7 @@ "GIT_TOKEN", None ) # Fill this variable if your upstream repository is private -SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/amigr8") +SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/+Da5wN0OMdVc1Mjg0") SUPPORT_CHAT = getenv("SUPPORT_CHAT", "https://t.me/randomlychats") # Set this to True if you want the assistant to automatically leave chats after an interval