diff --git a/config.py b/config.py index f21604e..5959b1b 100644 --- a/config.py +++ b/config.py @@ -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) @@ -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 @@ -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))