-
Notifications
You must be signed in to change notification settings - Fork 79
/
app.json
50 lines (50 loc) · 1.37 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
{
"name": "TOGE-MD-V3",
"description": "A WhatsApp bot based on Baileysjs with Multi-Device support",
"repository": "https://github.com/toge012345/TOGE-MD-V3",
"logo": "https://telegra.ph/file/ba64c8bc27477844bfc75.jpg",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation", "multi device"],
"env": {
"OWNER_NAME": {
"description": "Put Owner Name Here"
},
"OWNER_NUMBER": {
"description": "Put your number here"
},
"BOTNAME": {
"description": "Name of your bot. Ex: - TOGE-MD-V3"
},
"PREFIX": {
"description": "set your bot prefix here ex:- '!' "
},
"AUTHOR": {
"description": "set your bot author name here"
},
"STICKER": {
"description": "set your bot sticker package name ex:- TOGE INUMAKI"
},
"PM_BLOCKER": {
"description": "type True for enable Pm blocker"
},
"WELCOME": {
"description": "Type True for enable welcome message"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "basic"
}
}
}