forked from MehmetAtes21/music
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
46 lines (44 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
46
{
"name": "Efsane Music",
"description": "Telegram'ınızın Grup Sesli Sohbeti'nde şarkı çalmak için Açık Kaynaklı bot. Powered by ramoben21.",
"keywords": ["music", "voicechat", "telegram"],
"repository": "https://github.com/ramoben21/EfsaneMusic",
"stack": "container",
"env": {
"SESSION_NAME": {
"description": "Pyrogram oturum dizesi (Replit.com)",
"required": true
},
"BOT_TOKEN": {
"description": "Bir bot belirteci @botfather ile alınız",
"required": true
},
"BOT_NAME": {
"description": "Müzik Oynatıcı Bot Adınız.",
"required": false,
"value": ""
},
"BOT_USARNAME": {
"description": "Müzik Oynatıcı Bot Kullanıcı İsmi @ olmadan yazınız.",
"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"
}
}
}