-
-
Notifications
You must be signed in to change notification settings - Fork 122
/
app.json
37 lines (32 loc) · 821 Bytes
/
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
{
"name": "KryPtoN-Music-Bot",
"description": "Tele Voice Calls Music.",
"keywords": [
"telegram",
"voicechat",
"music",
"python",
"pyrogram",
"callsmusic"
],
"repository": "https://github.com/vincreator/KryPtoN-Music-Bot",
"stack": "container",
"env": {
"SESSION_STRING": {
"description": "A Pyrogram session string.",
"required": true
},
"API_ID": {
"description": "An app ID from https://my.telegram.org/apps.",
"required": true
},
"API_HASH": {
"description": "An app hash from https://my.telegram.org/apps.",
"required": true
},
"SUDO_CHAT_ID": {
"description": "Chat id where your bot running.",
"required": true
}
}
}