-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathapp.json
50 lines (50 loc) · 1.38 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
{
"name": "MusicUserbot",
"description": "MusicUserBot Untuk Memutar Lagu Dan Video Di Obrolan Suara Telegram.",
"logo": "",
"keywords": [
"Telegram",
"MusicPlayer",
"VideoPlayer"
],
"repository": "https://github.com/RioProjectX/VC-Userbot",
"env": {
"SESSION": {
"description": "Pyrogram String Session",
"required": true
},
"API_ID": {
"description": "Masukan APP ID Silahkan Ambil dari my.telegram.org/apps",
"required": true
},
"HNDLR": {
"description": "ini akan digunakan sebagai prefix di semua perintah",
"required": true,
"value": "+"
},
"API_HASH": {
"description": "Masukan API HASH Silahkan Ambil dari my.telegram.org/apps",
"required": true
},
"SUDO_USERS": {
"description": "Daftar User ID pengguna dihitung sebagai admin di semua tempat (pemisah menggunakan space)",
"required": true
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "container"
}