-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
47 lines (34 loc) · 1.08 KB
/
app.json
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
{
"name": "INFINITYSTARRENAME24BOT",
"description": "A SIMPLE RENAME BOT WITH THUMBNAIL,CAPTION & HIGH SPEED ⚡️",
"logo":"https://telegra.ph/file/9ab6d71f68a43dd426a11.jpg",
"repository": "https://github.com/Aluval/INFINITYSTARRENAME24BOT",
"keywords": ["Rename-bot", "Telegram", "INFINITY 24 BOT"],
"env": {
"BOT_TOKEN": {
"description": "Your Bot token from @Botfather",
"required": true
},
"API_ID": {
"description": "Your API_ID from https://my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps",
"required": true
},
"ADMIN": {
"description": "Your telegram ID,Run the Bot",
"required": true
},
"CAPTION": {
"description": "your permanent caption",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}