forked from AstroX11/Xstro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
48 lines (48 loc) · 1.14 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
{
"name": "xstro",
"description": "Simple WhatsApp By AstroX11",
"logo": "https://avatars.githubusercontent.com/u/188756392?v=4",
"repository": "https://github.com/ASTRO-X10/xstro-md",
"stack": "container",
"success_url": "/",
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
"SESSION_ID": {
"description": "Session ID to Run Bot",
"required": true
},
"SUDO": {
"description": "Phone Number for Admin Users",
"value": "",
"required": false
},
"BOT_INFO": {
"description": "Bot Owner, Bot Name, URL LOGO",
"value": "αѕтяσχ11;χѕтяσ м∂;https://avatars.githubusercontent.com/u/188756392?v=4",
"required": false
},
"STICKER_PACK": {
"description": "Exif Metadata for Sticker Pack",
"value": "мα∂є ву;χѕтяσ мυℓтι ∂єνι¢є вσт",
"required": false
},
"TIME_ZONE": {
"description": "Time Zone for Bot",
"value": "Asia/Kolkata",
"required": false
},
"WARN_COUNT": {
"description": "Number of Warnings before Actions",
"value": "3",
"required": false
},
"DEBUG": {
"description": "Development Purposes",
"value": "false"
}
}
}