diff --git a/README.md b/README.md index 5998208..7b3d4a7 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@

𝗛𝗘𝗥𝗢𝗞𝗨 𝗗𝗘𝗣𝗟𝗢𝗬𝗠𝗘𝗡𝗧 𝗕𝗨𝗧𝗧𝗢𝗡

-

+

## 𝐇𝐨𝐰 𝐓𝐨 𝐃𝐞𝐩𝐥𝐨𝐲 𝐓𝐮𝐭𝐨𝐫𝐢𝐚𝐥 𝐕𝐢𝐝𝐞𝐨 𝐎𝐧 𝐘𝐨𝐮𝐭𝐮𝐛𝐞 📺 diff --git a/config.py b/config.py index e0dece8..540eca8 100644 --- a/config.py +++ b/config.py @@ -21,7 +21,7 @@ LOGGER_ID = int(getenv("LOGGER_ID", -1001919006105)) # Get this value from on Telegram by /id -OWNER_ID = int(getenv("OWNER_ID", 5977523092)) +OWNER_ID = int(getenv("OWNER_ID", 6373996575)) ## Fill these variables if you're deploying on heroku. # Your heroku app name @@ -31,15 +31,15 @@ UPSTREAM_REPO = getenv( "UPSTREAM_REPO", - "https://github.com/Rohitxpro/fc", + "@itz_aditya_the_king", ) UPSTREAM_BRANCH = getenv("UPSTREAM_BRANCH", "Master") GIT_TOKEN = getenv( "GIT_TOKEN", None ) # Fill this variable if your upstream repository is private -SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/sukoonkepal") -SUPPORT_CHAT = getenv("SUPPORT_CHAT", "https://t.me/new_devil_world") +SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/the_ind_coders") +SUPPORT_CHAT = getenv("SUPPORT_CHAT", "https://t.me/the_ind_coder") # 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))