This repository was archived by the owner on May 20, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathapp.json
More file actions
63 lines (63 loc) · 1.97 KB
/
app.json
File metadata and controls
63 lines (63 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Renamer Bot",
"description": "Telegram File Renamer Bot ",
"logo": "https://telegra.ph/file/b746aadfe59959eb76f59.jpg",
"keywords": [
"Renamer Bot",
"Mongo DB"
],
"repository": "https://github.com/RoxyBasicNeedBot",
"env": {
"API_ID": {
"description": "Your APP ID From my.telegram.org ",
"value": ""
},
"API_HASH": {
"description": "Your API Hash From my.telegram.org ",
"value": ""
},
"FORCE_SUB": {
"description": "Your force sub channel user name without [@] ",
"value": "",
"required": false
},
"FORCE_SUB2": {
"description": "Second force sub channel ID",
"value": "-1003301107503",
"required": false
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"ADMIN": {
"description": "Add Your User ID multiple is use space to split"
},
"LOG_CHANNEL": {
"description": "Bot Log Sending Channel (just create a private channel and add bot to admin and take channel id to add this variable) ⚠️ id startswith -100 must",
"required": false
},
"DB_URL": {
"description": "Your Mongo DB URL Obtained From mongodb.com",
"value": ""
},
"DB_NAME": {
"description": "Your Mongo DB Database Name ",
"value": "Roxy_Rename_Bot",
"required": false
},
"ROXY_PIC": {
"description": "Your Bot start cmd Pic from @roxybasicneedbot1",
"value": "https://telegra.ph/file/b746aadfe59959eb76f59.jpg",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}