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 @@ -44,8 +44,8 @@
"GIT_TOKEN", None
) # Fill this variable if your upstream repository is private

SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/amigr8")
SUPPORT_CHAT = getenv("SUPPORT_CHAT", "https://t.me/randomlychats")
SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/ATHEX_UPDATE")
SUPPORT_CHAT = getenv("SUPPORT_CHAT", "https://t.me/ATHEX_UPDATE")

# Set this to True if you want the assistant to automatically leave chats after an interval
AUTO_LEAVING_ASSISTANT = bool(getenv("AUTO_LEAVING_ASSISTANT", True))
Expand Down