-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathapp.json
57 lines (55 loc) · 1.5 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
{
"name": "Mizuhara",
"description": "WhatsApp Bot Using Baileys Multi Device.",
"keywords": [
"md-whatsapp-botto",
"bot",
"whatsapp",
"whatsapp-stickers",
"whatsapp-bot",
"whatsapp-sticker-bot",
"whatsapp",
"2022",
"wabase-md",
"base",
"baileys-md"
],
"website": "https://github.com/Arus-Bots/Mizuhara#readme",
"repository": "https://github.com/Arus-Bots/Mizuhara.git",
"logo": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRMhoWmlIZrKStrO6EfJzRhdx379z1gBhLHMw&usqp=CAU",
"stack": "container",
"env": {
"SESSION": {
"description": "Name the session of the bot.",
"required": true,
"value": "arus"
},
"MOD": {
"description": "Owner number, if you use multiple then use comma.",
"required": false
},
"PREFIX": {
"description": "Set the bot prefix.",
"required": true,
"value": "="
},
"NAME": {
"description": "Name of the bot.",
"required": true,
"value": "Mizuhara"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/PrajjwalDatir/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}]
}