forked from Afx-Abu/Abu-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
98 lines (95 loc) · 2.91 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "Deploy",
"description": "Wa Bot.",
"keywords": [
"Abu",
"bot"
],
"repository": "https://github.com/Afx-Abu/Abu-MD",
"stack": "container",
"env": {
"HANDLERS": {
"description": "Prefix of commands. Can be also false use : ^ this",
"required": true,
"value":"^"
},
"ANTI_LINK": {
"description": "Groups for antilink (JIDS)",
"required": false,
"value":""
},
"ANTILINK_ACTION": {
"description": "Bot will remove all link messages. Can be also false",
"required": true,
"value":"false"
},
"LANGUAGE": {
"description": "Add language that if you want. Supporting languages:english,hindi,malayalam",
"required": true,
"value": "english"
},
"RMBG_KEY": {
"description": "bg remove",
"required": true,
"value":""
},
"HEROKU_API_KEY": {
"description": "For updating bot and setting vars remotely",
"required": true,
"value":""
},
"HEROKU_APP_NAME": {
"description": "Exact name which you gave at the top",
"required": true,
"value":""
},
"GOODBYE_MSG": {
"description": "good bye ✅ ",
"required": true,
"value":"bye bye ✅"
},
"LOGS": {
"description": "logs send",
"required": true,
"value":"true"
},
"STICKER_DATA": {
"description": "Name of stickers created using bot. Can also split using ;",
"required": true,
"value":"Abu-MD,~Jasil💗"
},
"BOT_INFO": {
"description": "Your bot menu info changing ;",
"required": true,
"value":"𝐀𝐁𝐔 𝐌𝐃 𝐁𝐎𝐓;~Jasil;Copyright by Abu MD;https://i.ibb.co/nc4MKWb/ae8d07d7943e.jpg"
},
"AUDIO_DATA": {
"description": "Name of audio (take) name;name;image(url)",
"required": true,
"value":"Abu MD;Abu;https://2.img-dpreview.com/files/p/E~C1000x0S4000x4000T1200x1200~articles/3925134721/0266554465.jpeg"
},
"MODE": {
"description": "Private or public",
"required": true,
"value":"public"
},
"SUDO": {
"description": "These numbers can control your bot. seperate with commas",
"required": false,
"value":"917025994178"
},
"SESSION_ID": {
"description": "Your MD session",
"required": true
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpacks": [{
"url": "heroku-community/apt"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}]
}