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
14 changes: 7 additions & 7 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# Get your token from @BotFather on Telegram.
BOT_TOKEN = getenv("BOT_TOKEN")
# Add Owner Username without @
OWNER_USERNAME = getenv("OWNER_USERNAME","ALONE_WAS_BOT")
OWNER_USERNAME = getenv("OWNER_USERNAME","slayer1237")
# Get Your bot username
BOT_USERNAME = getenv("BOT_USERNAME" , "AloneXMusicBot")
BOT_USERNAME = getenv("BOT_USERNAME" , "ERIS_probot")
# Don't Add style font
BOT_NAME = getenv("BOT_NAME" , "Alone Music")
BOT_NAME = getenv("BOT_NAME" , "ERIS")
#get Your Assistant User name
ASSUSERNAME = getenv("ASSUSERNAME" , "AloneXHelper")
ASSUSERNAME = getenv("ASSUSERNAME" , "APKA_PYAAR")

# Get your mongo url from cloud.mongodb.com
MONGO_DB_URI = getenv("MONGO_DB_URI", None)
Expand All @@ -29,7 +29,7 @@
LOGGER_ID = int(getenv("LOGGER_ID", None))

# Get this value from @FallenxBot on Telegram by /id
OWNER_ID = int(getenv("OWNER_ID", 6079943111))
OWNER_ID = int(getenv("OWNER_ID", 6018803920))

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

SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/AloneXBots")
SUPPORT_CHAT = getenv("SUPPORT_CHAT", "https://t.me/AlonesHeaven")
SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/THE_MAHABHARAT_NETWORK")
SUPPORT_CHAT = getenv("SUPPORT_CHAT", "https://t.me/THE_SPOT_CASTLE")

# 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