Skip to content

Commit af8381b

Browse files
authoredNov 19, 2021
Fixed app.json
1 parent b21cc65 commit af8381b

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed
 

‎app.json

+24-20
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Torrent AIO Bot Duplicated",
2+
"name": "Torrent AIO Bot [Clone]",
33
"description": "All in one bot for torrenting",
4-
"repository": "https://github.com/Hirusha-H/Torrent-Aio-Bot-Duplicate",
4+
"repository": "https://github.com/Itz-fork/Torrent-Aio-Bot-Duplicate",
55
"keywords": [
66
"node",
77
"express",
@@ -13,37 +13,41 @@
1313
"repository": "https://github.com/Itz-fork/Torrent-Aio-Bot-Duplicate",
1414
"success_url": "https://t.me/NexaBotsUpdates",
1515
"env": {
16-
"TELEGRAM_TOKEN": {
17-
"description": "Your Bot Token From @BotFather",
18-
"required": true
19-
},
20-
"SITE": {
21-
"description": "Your Heroku App Url",
22-
"required": true
23-
},
24-
"SEARCH_SITE": {
25-
"description": "Your Heroku App Url",
26-
"required": true
16+
"AUTH_CODE": {
17+
"description": "Your Auth Code. You will get this after Login To Google Account.",
18+
"required": false
2719
},
2820
"CLIENT_ID": {
2921
"description": "Your Google Drive Client Id. Read ReadMe for more info.",
22+
"value": "202264815644.apps.googleusercontent.com",
3023
"required": false
3124
},
3225
"CLIENT_SECRET": {
3326
"description": "Your Google Drive Client Secret. Read ReadMe for more info.",
27+
"value": "X4Z3ca8xfWDb1Voo-F9a7ZxJ",
3428
"required": false
3529
},
36-
"AUTH_CODE": {
37-
"description": "Your Auth Code. You will get this after Login To Google Account.",
30+
"GDRIVE_PARENT_FOLDER": {
31+
"description": "Your Google Drive Folder Id. Team Drive Supported.",
3832
"required": false
3933
},
34+
"SITE": {
35+
"description": "Your Heroku App Url",
36+
"value": "https://<appname>.herokuapp.com/",
37+
"required": true
38+
},
39+
"SEARCH_SITE": {
40+
"description": "Your Heroku App Url",
41+
"value": "https://<appname>.herokuapp.com/",
42+
"required": true
43+
},
44+
"TELEGRAM_TOKEN": {
45+
"description": "Your Bot Token From @BotFather",
46+
"required": true
47+
},
4048
"TOKEN": {
4149
"description": "Your Token. Get it from https://<appname>.herokuapp.com/drivehelp",
4250
"required": false
43-
},
44-
"GDRIVE_PARENT_FOLDER": {
45-
"description": "Your Google Drive Folder Id. Team Drive Supported.",
46-
"required": false
4751
}
4852
},
4953
"builpacks": [
@@ -53,5 +57,5 @@
5357
{
5458
"url": "https://github.com/jontewks/puppeteer-heroku-buildpack.git"
5559
}
56-
]
60+
]
5761
}

0 commit comments

Comments
 (0)
Please sign in to comment.