forked from xAbhish3k/camilaVcBot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
45 lines (45 loc) · 1.35 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
{
"name": "Camila ᴍᴜꜱɪᴄ",
"logo": "https://telegra.ph/file/f204b7dd01d9c30573e25.jpg",
"description": "Open-Source bot to play songs in your Telegram's Group Voice Chat. Powered by PyTgCalls.",
"keywords": ["music", "voicechat", "telegram"],
"repository": "https://github.com/war-legend/camilaVcBot",
"stack": "container",
"env": {
"SESSION_NAME": {
"description": "Session string (pyrogram @PyroStringSessionRobot)",
"required": true
},
"BOT_TOKEN": {
"description": "From @BotFather",
"required": true
},
"BOT_NAME": {
"description": "Your Music Bot Name.",
"required": false,
"value": ""
},
"API_ID": {
"description": "From my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "From my.telegram.org/apps",
"required": true
},
"SUDO_USERS": {
"description": "Full-access users, counted as admin everywhere, seperated by space.",
"required": true
},
"DURATION_LIMIT": {
"description": "In minutes!",
"required": true,
"value": "15"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}