forked from aykhan026/MusicUserBot
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
54 lines (51 loc) · 1.5 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
{
"name": "MusicUserBot",
"description": "RoBotlarimTg - MusicUserBot Öz botunla səsli söhbətdə musiqidən həzz al",
"repository": "https://github.com/aykhan026/MusicUserBot.git",
"logo": "https://telegra.ph/file/f52e92e80e10aa7fc294c.jpg",
"website": "https://t.me/RoBotlarimTg",
"keywords": [
"telegram",
"userbot",
"voicechat",
"music",
"python",
"pyrogram",
"pytgcalls",
"tgcalls",
"voip"
],
"env": {
"API_ID": {
"description": "api_id Burdan əldə edin - my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "api_hash Burdan əldə edin my.telegram.org/apps",
"required": true
},
"SESSION_NAME": {
"description": "@StringGentg_bot api_hash və api_id göndərərək Session əldə edib bura yazın",
"value": "@StringGentg_bot vaistəsiylə əldə edin",
"required": true
},
"DYNO_COMMAND": {
"description": "Bu bölməyə əl vurmayın",
"value": "!",
"required": true
},
"WHITE_COMMAND": {
"description": "Bu bölməyə əl vurmayın",
"value": ".",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/mastermindvrtx/Heroku-Buildpack-ffmpeg.git"
},
{
"url": "heroku/python"
}
]
}