-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
85 lines (82 loc) · 2.3 KB
/
app.json
File metadata and controls
85 lines (82 loc) · 2.3 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "🍁 Ledy Music 🍁",
"description": "Telegram Səsli söhbət yayın Bot'u.",
"logo": "https://telegra.ph/file/8a00e1ac6f23335effb76.jpg",
"keywords": ["Ledy", "music", "super", "bot", "aga"],
"repository": "https://github.com/tecnoagateam/LedyMusicBot",
"website": "https://t.me/ledyplaylist",
"success_url": "https://t.me/SOQrup",
"stack": "container",
"env": {
"API_ID": {
"description": "get my.telegram.org adresinden al ətraflı @agatecno",
"required": true,
"value": ""
},
"API_HASH": {
"description": "get my.telegram.org adresinden al ətraflı @agatecno",
"required": true,
"value": ""
},
"SESSION_NAME": {
"description": "burdan al replit.com/@tenha055/Session-Generator ətraflı @agatecno",
"required": true,
"value": ""
},
"UPSTREAM_REPO": {
"description": "Lazım Deyil",
"required": false
"value": "https://github.com/tecnoagateam/LedyMusicBot"
},
"BOT_TOKEN": {
"description": "Telegram @botfateher -den al.",
"required": true,
"value": ""
},
"BOT_USERNAME": {
"description": "Telegram bot kullanıcı adı.",
"required": true,
"value": "SSmusicLedy_bot"
},
"BOT_NAME": {
"description": "Telegram bot adı.",
"required": false
"value": "𝐋𝐄𝐃𝐘 𝐌𝐔𝐒𝐈𝐂"
},
"BOT_OWNER": {
"description": "Telegram Sənin İD-in.",
"required": true,
"value": "1924693109"
},
"SUDO_USERS": {
"description": "Telegram Sənin İD-in.",
"required": true,
"value": "1924693109"
},
"HEROKU_APP_NAME": {
"description": "HEROKU APP adını kopyala yapisdir.",
"required": false
"value": ""
},
"HEROKU_API_KEY": {
"description": "HEROKU APP Açarını kopyala yapisdir.",
"required": false
"value": ""
},
"COMMAND_PREFIXES": {
"description": "Əmr Simvolu.",
"required": true,
"value": "! / . $ a ledy music bot a log tg"
},
"DURATION_LIMIT": {
"description": "Səslidə Səsləndirmə Surəsi özün bil.",
"required": true,
"value": "60"
},
"PM_PERMİT": {
"description": "DƏYMƏ LEN",
"required": true,
"value": "ENABLE"
}
}
}