forked from DevDevolopertg/New-Original-Music-VC-Bot-CV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
50 lines (50 loc) · 1.34 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": "LuciferVCbot",
"description": "Telegram UserBot for Video Chat.",
"logo": "https://telegra.ph/file/dd8f845ad5e897645054e.jpg",
"keywords": [
"Telegram",
"MusicPlayer",
"VideoPlayer"
],
"repository": "https://github.com/Akbotmakersnew/LuciferVCbot",
"env": {
"SESSION": {
"description": "Pyrogram String Session. From https://tgsession.infotelbot.com/",
"required": true
},
"API_ID": {
"description": "Your api id from my.telegram.org/apps",
"required": true
},
"HNDLR": {
"description": "Set handler",
"required": false,
"value": "/"
},
"API_HASH": {
"description": "Your api hash from my.telegram.org/apps",
"required": true
},
"SUDO_USERS": {
"description": "User ID list user counts as admin everywhere(separator using 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"
}