forked from SilvaTechB/silva-md-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
66 lines (66 loc) · 1.63 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
{
"name": "SILVA AI",
"description": " with great power comes with great responsibilities. follow the deployment process below.",
"keywords": [
"whatsapp bot"
],
"repository": "https://github.com/SilvaTechB/silva-md-bot",
"stack": "container",
"env": {
"OWNERS": {
"description": "owner numbers",
"required": true,
"value": "254700143167"
},
"BOTNAME": {
"description": "Give your BOT a name",
"required": true,
"value": "SILVA-MD-BOT©®"
},
"MODE": {
"description": "mode public or private",
"required": true,
"value": "public"
},
"PREFIX": {
"description": "put any one symbol here except @ and + , leave it Blank if you want to use multiple prefix",
"required": false,
"value": ""
},
"statusview": {
"description": "make it true if you want bot to view status",
"required": false,
"value": "true"
},
"autoRead": {
"description": "make it true if you want bot to read messages",
"required": false,
"value": "false"
},
"antidelete": {
"description": "bot will forward deleted messages if you make it true",
"required": false,
"value": "true"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "basic"
}
}
}