forked from Melvin858/xstro-md
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
68 lines (65 loc) · 1.95 KB
/
Copy pathapp.json
File metadata and controls
68 lines (65 loc) · 1.95 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
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
{
"name": "xstro",
"description": "Simple WA bot",
"logo": "https://avatars.githubusercontent.com/u/188756392?v=4",
"repository": "https://github.com/ASTRO-X10/xstro-md",
"env": {
"HEROKU_API_KEY": {
"description": "Heroku Account Api Key",
"required": true
},
"HEROKU_APP_NAME": {
"description": "Heroku App Name, Must Be the same above else you can't upgrade",
"required": true
},
"SESSION_ID": {
"description": "Session ID for authentication or tracking.",
"required": true
},
"MENU_IMAGE_URL":{
"description":"add your image url for menu",
"value":"https://avatars.githubusercontent.com/u/188756392?v=4",
"required":false
},
"MENU_DESIGN":{
"description":"put 1 if you want menu with image ",
"value":"2",
"required" :false
},
"SUDO": {
"description": "User ID with sudo permissions for the bot.",
"value": "2348039607375",
"required": false
},
"BOT_INFO": {
"description": "Information about the bot, such as version or ID.",
"value": "Astro;Xstro-Md;",
"required": false
},
"MODE": {
"description": "Set the bot public | private",
"value": "private",
"required": false
},
"AUTO_STATUS_READ": {
"description": "Automaically Read Status",
"value": "false",
"required": false
},
"AUTO_READ": {
"description": "Automaically Read Messages",
"value": "false",
"required": false
},
"STICKER_PACK": {
"description": "Set the bot sticker meta data",
"value": "Astro;Xstro",
"required": false
},
"PREFIX": {
"description": "Set the bot handler, you must choose one, multi prefix not supported",
"value": ".",
"required": false
}
}
}