-
Notifications
You must be signed in to change notification settings - Fork 478
/
app.json
62 lines (62 loc) · 1.75 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
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
{
"name": "ғᴀʟʟᴇɴ ダ ᴍᴜsɪᴄ",
"description": "A VC Player Bot for telegram videochats, written in Python with Pyrogram and Py-Tgcalls.",
"logo": "https://te.legra.ph/file/6f99c49bdb4679acad717.jpg",
"keywords": [
"python3",
"telegram",
"Fallen",
"MusicBot",
"telegram-bot",
"pyrogram"
],
"env": {
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"value": "",
"required": true
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": "",
"required": true
},
"BOT_TOKEN": {
"description": "A Bot's token from Botfather",
"value": "",
"required": true
},
"OWNER_ID": {
"description": "Fill your user id here. (Must be integer)",
"value": "1356469075",
"required": true
},
"SESSION": {
"description": "A pyrogram v2 string session from @StringFatherBot",
"value": "",
"required": true
},
"SUDO_USERS": {
"description": "The user id(s) of user(s) whom you would like to add as a sudo. Multiple values shall be seperated with a space.",
"value": "",
"required": true
},
"SUPPORT_CHAT": {
"description": "Link of your telegram support group. (Must pe public)",
"value": "https://t.me/DevilsHeavenMF",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"stack": "container"
}