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
13 changes: 7 additions & 6 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
from pyrogram import filters

load_dotenv()

# Get this value from my.telegram.org/apps
API_ID = API_ID
API_HASH = "API_HASH"
API_ID = 22822374
API_HASH = 85085c39d1484224199eaf37b0bb2774


# Get your token from @BotFather on Telegram.
BOT_TOKEN = "BOT_TOKEN"
Expand All @@ -22,7 +23,7 @@
LOG_GROUP_ID = LOG_GROUP_ID

# Get this value from @ultron2_robot on Telegram by /id
OWNER_ID = OWNER_ID
OWNER_ID = 7371019826

## Fill these variables if you're deploying on heroku.
# Your heroku app name
Expand All @@ -39,8 +40,8 @@
"GIT_TOKEN", None
) # Fill this variable if your upstream repository is private

SUPPORT_CHANNEL = "https://t.me/thanos_pro"
SUPPORT_GROUP = "https://t.me/thanosprosss"
SUPPORT_CHANNEL = "https://t.me/musicjakakh"
SUPPORT_GROUP = "https://t.me/+0xvlUHStyMU1MTNl"

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