forked from Itz-fork/Callsmusic-Plus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
82 lines (82 loc) · 2.54 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
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
{
"name": "Gang-Of-Mafia-Vc",
"description": "Telegram Voice Chat Music Player Bot Based On Callsmusic with Extrac Features!",
"keywords": ["music", "voicechat", "telegram"],
"repository": "https://github.com/Thilinaweerasekara2003/Gang-Of-Mafia-Vc",
"logo": "https://telegra.ph/file/82d7664f79c33cc71f2c7.jpg",
"stack": "container",
"env": {
"API_ID": {
"description": "Your API_ID from my.telegram.org",
"required": true
},
"API_HASH": {
"description": "Your API_HASH from my.telegram.org",
"required": true
},
"SESSION_NAME": {
"description": "Streamer(Dummy) Account's Pyrogram String Session. Read wiki.",
"required": true
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"required": true
},
"BOT_OWNER": {
"description": "Telegram Id Of yours!",
"required": true
},
"SUDO_USERS": {
"description": "ID's of Sudo Users. They admins everywhere (separate each id by space)",
"required": true
},
"DURATION_LIMIT": {
"description": "Max Time Limit For One Song. Fill in Minutes",
"required": false,
"value": "180"
},
"LOG_CHANNEL": {
"description": "Log Channel Where Bot Logs Go!",
"required": true,
"value": ""
},
"DATABASE_URL": {
"description": "Mongo Db url. Get it from https://www.mongodb.com/",
"required": true
},
"BOT_USERNAME": {
"description": "Your Bot's Username without '@' !",
"required": true
},
"ARQ_API_KEY": {
"description": "Your ARQ API key! Get your own with @ARQRobot !",
"required": false,
"value": ""
},
"HEROKU_APP_NAME": {
"description": "Your Heroku App Name!",
"required": true,
"value": ""
},
"HEROKU_API_KEY": {
"description": "Your Heroku Api Key!",
"required": true,
"value": ""
},
"UPSTREAM_REPO": {
"description": "Github Repo Url. Only needed if you are using your own Fork!",
"required": false,
"value": "https://github.com/Thilinaweerasekara2003/Gang-Of-Mafia-Vc"
},
"THUMB_URL": {
"description": "Thumbnail Url To Use in play, search commands. Add this only if you need a custom one instead of default thumbnail",
"required": false,
"value": "https://telegra.ph/file/9ee32f90bc1540d740c08.jpg"
},
"UPDATES_CHANNEL": {
"description": "Your Telegram Channel's Username without '@' . Not Needed by Default!",
"required": false,
"value": "hitecobotchanal"
}
}
}