-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
44 lines (43 loc) · 1.53 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
{
"name": "Telethon Music Bot",
"description": "Music allow you to stream music trought the telegram voice chat feature Based on Telethon.",
"keywords": ["Zaid", "Zaid-Vc-Player", "music", "voice chat", "telegram", "Yukki", "Yukki Music", "Private Music", "telethon"],
"repository": "https://github.com/ITZ-ZAID/Telethon-Music",
"stack": "container",
"env": {
"STRING_SESSION": {
"description": "fill with the telethon session string from https://replit.com/@Itz-zaid/Generator",
"required": true
},
"HEROKU_MODE": {
"description": "Don't Change this!",
"required": true,
"value": "ENABLE"
},
"SUPPORT": {
"description": "Fill there your group username else leave",
"required": false,
"value": "TheSupportChat"
},
"CHANNEL": {
"description": "Fill there your Channel username else leave",
"required": false,
"value": "TheUpdatesChannel"
},
"BOT_USERNAME": {
"description": "Fill there your bot username",
"required": false,
"value": "Zaid2_Robot"
},
"ASSISTANT_ID": {
"description": "Fill there your Assistant id",
"required": true,
"value": "1669178360"
},
"BOT_TOKEN": {
"description": "fill with your bot token get from @BotFather on telegram",
"required": true,
"value": ""
}
}
}