forked from Alien-Alfa/WhatsBotAlfa-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
62 lines (60 loc) · 1.57 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
{
"name": "WhatsAppBot-MD",
"description": "Fully Costamisable Bot by, Alien-Alfa.",
"repository": "https://github.com/Alien-Alfa/WhatsAppBot-MD",
"website": "https://small-sharp-tool.com/",
"logo": "https://avatars.githubusercontent.com/u/64305844?v=4",
"keywords": ["multi-device","WhatsApp Bot"],
"stack": "container",
"env": {
"ANTI_LINK": {
"description": "true/false",
"required": false
},
"ANTILINK_ACTION": {
"description": "kick",
"required": false
},
"RMBG_KEY": {
"description": "Remove bg api key ",
"required": false
},
"SESSION_ID": {
"description": "Your Session ID",
"required": true
},
"HANDLERS": {
"description": "prefix for commands, enter false for no prefix",
"required": true,
"value": ","
},
"LOGS": {
"description": "need to show message logs ?",
"required": false
},
"PACKNAME": {
"description": "Sticker Packname",
"required": false
},
"GOODBYE_MSG": {
"description": "goodbye Message",
"required": false
},
"AUTHOR": {
"description": "Sticker Pack AUTHOR",
"required": false
},
"SUDO": {
"description": "sudo numbers with country code seperate with , for multiple numbers",
"required": false
},
"HEROKU_APP_NAME": {
"description": "Heroku app name, same as above entered",
"required": true
},
"HEROKU_API_KEY": {
"description": "Heroku account api key, https://dashboard.heroku.com/account",
"required": true
}
}
}