-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathapp.json
39 lines (37 loc) · 829 Bytes
/
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
35
36
37
38
39
{
"name": "HB QR CODDE GENERATOR BOT",
"description": "THIS BOT CAN GENERATE QR CODE",
"keywords": [
"HB",
"QRCODE",
"YTDL",
"GENERATOR"
],
"logo": "https://telegra.ph/file/e8a39b06fabbfac6bce8f.jpg",
"repository": "https://github.com/hbbots/QR-COD-EBOT",
"env": {
"WEBHOOK": {
"description": "LEAVE IT",
"value": "ANYTHING"
},
"BOT_TOKEN": {
"description": "YOUR BOT TOKEN FROM @BotFather",
"value": ""
},
"API_ID": {
"description": "YOUR API ID, USE @TeleORG_Bot ",
"value": ""
},
"API_HASH": {
"description": "YOUR API HASH, USE @TeleORG_Bot ",
"value": ""
}
},
"addons": [
],
"buildpacks": [
{
"url": "https://github.com/DX-MODS/heroku-buildpack-ffmpeg-latest.git"
}
]
}