-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathapp.json
More file actions
35 lines (35 loc) · 1.17 KB
/
app.json
File metadata and controls
35 lines (35 loc) · 1.17 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
{
"name": "✯𝗖𝗵𝗼𝗰𝗼𝗹𝗮𝘁𝗲𝗤𝘂𝗲𝗲𝗻𝗕𝗼𝘁✯",
"logo": "https://telegra.ph/file/f3276547f4acfe432afe3.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/iibrahimwt13/VCPlayerBot",
"stack": "container",
"env": {
"SESSION_NAME": {
"description": "Session string (pyrogram)",
"required": true
},
"BOT_TOKEN": {
"description": "From @BotFather",
"required": true
},
"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"
}
}
}