-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
46 lines (46 loc) · 1.33 KB
/
app.json
File metadata and controls
46 lines (46 loc) · 1.33 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
{
"name": "@ArnabXD/TGVCBot",
"description": "Telegram Bot to Play Music in Voice Chat",
"keywords": [
"telegram",
"vc",
"music"
],
"repository": "https://github.com/ArnabXD/TGVCBot",
"logo": "https://telegra.ph/file/dd7933d25477c161b7d52.png",
"success_url": "https://telegram.dog/xdbots",
"env": {
"API_ID": {
"description": "Get API_ID from https://my.telegram.org/apps.",
"required": true
},
"API_HASH": {
"description": "Get API_HASH from https://my.telegram.org/apps.",
"required": true
},
"BOT_TOKEN": {
"description": "Bot Token from @BotFather",
"required": true
},
"LOG_CHANNEL": {
"description": "LOG Channel ID (Make sure bot and VC User are added in the group)",
"required": true
},
"SESSION": {
"description": "GramJS/Telethon Session of the VC User",
"required": true
},
"CODEC": {
"description": "Custom Codec (default : `-c copy`)",
"required": false
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "heroku/nodejs"
}
]
}