Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<h3> 𝗛𝗘𝗥𝗢𝗞𝗨 𝗗𝗘𝗣𝗟𝗢𝗬𝗠𝗘𝗡𝗧 𝗕𝗨𝗧𝗧𝗢𝗡 </h3>
</h3>

<p align="center"><a href="https://dashboard.heroku.com/new?template=https://github.com/Rohitxpro/fc"> <img src="https://img.shields.io/badge/Deploy%20On%20Heroku-bringle?style=for-the-badge&logo=heroku" width="220" height="38.45"/></a></p>
<p align="center"><a href="https://dashboard.heroku.com/new?template=https://github.com/adityaranjan0918/fc"> <img src="https://img.shields.io/badge/Deploy%20On%20Heroku-bringle?style=for-the-badge&logo=heroku" width="220" height="38.45"/></a></p>
<p align="center"><a href="https://dashboard.heroku.com/new?template=https://github.com/rohitxpro/fc"> <img src="[https://graph.org/file/7758e15f135e166b8637d.jpg]([https://graph.org/file/93dad436226aabcb7d3dc.jpg](https://graph.org/file/1c68560c186299b24ff8d.jpg))" width="520" height="198.45"/></a></p>
## 𝐇𝐨𝐰 𝐓𝐨 𝐃𝐞𝐩𝐥𝐨𝐲 𝐓𝐮𝐭𝐨𝐫𝐢𝐚𝐥 𝐕𝐢𝐝𝐞𝐨 𝐎𝐧 𝐘𝐨𝐮𝐭𝐮𝐛𝐞 📺

Expand Down
8 changes: 4 additions & 4 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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))
Expand Down