-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathapp.json
More file actions
58 lines (58 loc) · 1.75 KB
/
app.json
File metadata and controls
58 lines (58 loc) · 1.75 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
{
"name": "• ArrayCore •",
"description": "A Simple Telegram Voice Call Bot",
"logo": "https://telegra.ph/file/b918befe58de65045878c.jpg",
"keywords": [
"Telegram",
"VCBot",
"MusicPlayer"
],
"repository": "https://github.com/Desinobita/TgVcUsers",
"env": {
"SESSION": {
"description": "Pyrogram String Session.",
"required": true
},
"API_ID": {
"description": "my.telegram.org",
"required": true
},
"ALIVE_PIC": {
"description": "Pyrogram String Session",
"required": false
},
"API_HASH": {
"description": "my.telegram.org",
"required": true
},
"HNDLR": {
"description": "Handler | Default (!)",
"value": "!",
"required": false
},
"GROUP_MODE": {
"description": "Anyone can play, if set to True. Set it to False to restrict play access to Sudo Users/Contacts only",
"value": "True",
"required": true
},
"BOT_TOKEN": {
"description": "Required To Give Commands In Bot Pm",
"required": true
},
"SUDO_USERS": {
"description": "USER ID OF THOSE PEOPLE WHO CAN CONTROL THE BOT",
"required": true
}
},
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},{
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
},{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},{
"url": "https://github.com/chrismytton/heroku-buildpack-jq"
},{
"url": "heroku/python"
}]
}