forked from rsoorajs/vcpb-pytgcalls2
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathapp.json
39 lines (39 loc) · 1.15 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
{
"name": "MusicPlayer",
"description": "An Open-source PyTgCalls based Pyrogram bot to play music in voice chats",
"keywords": [
"telegram",
"voicechat",
"pytgcalls",
"productivity"
],
"repository": "https://github.com/subinps/MusicPlayer-Heroku",
"stack": "container",
"env": {
"API_ID": {
"description": "Get this value from my.telegram.org!",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org! ",
"value": ""
},
"SESSION_NAME": {
"description": "Get this value from https://repl.it/@subinps/getStringName",
"value": ""
},
"BOT_TOKEN": {
"description": " Make a bot at http://telegram.dog/BotFather and get the token of your bot.",
"value": ""
},
"SUDO_USERS": {
"description": "List of ID of those who can pause, stop and clear queue,separated by space.",
"value": ""
},
"DURATION_LIMIT": {
"description": "Maximum duration of songs that users can request(in minutes).",
"value": "7",
"required": false
}
}
}