forked from SilvaTechB/silva-md-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
50 lines (50 loc) · 1.26 KB
/
Copy pathapp.json
File metadata and controls
50 lines (50 loc) · 1.26 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
{
"name": "𝐒𝐈𝐋𝐕𝐀 𝐌𝐃 𝐁𝐎𝐓",
"description": "WhatsApp Bot Base using Baileys. Written in javascript developed by silva tech, shizo, xei and lazack",
"keywords": [
"whatsapp bot",
"ShizoBot",
"WaBot",
"oreo-bot",
"Termux-WaBot",
"WaBot-Base"
],
"env": {
"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": ""
},
"autoRead": {
"description": "make it true if you want bot to read messages",
"required": false,
"value": ""
},
"antidelete": {
"description": "bot will forward deleted messages if you make it true",
"required": false,
"value": "false"
},
"OWNER_NAME": {
"description": "owner name of the bot or Your Name",
"required": false,
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}