forked from Krishnacodr/DevilHackerMusic2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (43 loc) · 1.22 KB
/
app.json
File metadata and controls
43 lines (43 loc) · 1.22 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
{
"name": "Caden Music",
"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/Krishnacodr/DevilHackerMusic2",
"stack": "container",
"env": {
"SESSION_NAME": {
"description": "Pyrogram session string",
"required": false
},
"BOT_TOKEN": {
"description": "A bot token from @BotFather",
"required": false,
"value": ""
},
"BOT_USERNAME": {
"description": "Put Bot Username Without '@' Ex:- DevilTrishaRoBot",
"required": true,
"value": "DevilTrishaRoBot"
},
"API_ID": {
"description": "App ID from my.telegram.org/apps",
"required": false,
"value": ""
},
"API_HASH": {
"description": "App hash from my.telegram.org/apps",
"required": false,
"value": ""
},
"SUDO_USERS": {
"description": "List of user IDs counted as admin everywhere (separated by space).",
"required": false,
"value": "1801097213"
},
"DURATION_LIMIT": {
"description": "Max audio duration limit for downloads (minutes).",
"required": false,
"value": "60"
}
}
}