-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathapp.json
45 lines (44 loc) · 1.28 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": "gold vip Music",
"description": "Telegram'ınızın Grup Sesli Sohbeti'nde şarkı çalmak için Açık Kaynaklı bot. Powered by Mehmetbaba55.",
"keywords": ["music", "voicechat", "telegram"],
"repository": "https://github.com/efsane2323/musicall",
"stack": "container",
"env": {
"SESSION_NAME": {
"description": "Pyrogram oturum dizesi (Replit.com)",
"required": true
},
"BOT_TOKEN": {
"description": "Bir bot belirteci @botfat",
"required": true
},
"BOT_NAME": {
"description": "Gold vip music",
"required": false,
"value": ""
},
"BOT_USARNAME": {
"description": "@hababam_sinifibot",
"required": true,
"value": ""
},
"API_ID": {
"description": "my.telegram'dan uygulama kimliği.org/apps",
"required": true
},
"API_HASH": {
"description": "My.telegram'dan uygulama apı-hash.org/apps",
"required": true
},
"SUDO_USERS": {
"description": "Her yerde yönetici olarak sayılan kullanıcı kimliklerinin listesi (Müzik hesabınının id'si).",
"required": true
},
"DURATION_LIMIT": {
"description": "İndirmeler için en fazla ses süresi sınırı (minutes).",
"required": true,
"value": "55"
}
}
}