forked from ALI-INXIDE/STARK-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
163 lines (131 loc) · 3.94 KB
/
app.json
File metadata and controls
163 lines (131 loc) · 3.94 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "ALI-MD",
"description": "Javascript WhatsApp bot made by ALI",
"logo": "https://cdn.ironman.my.id/i/2du3i5.jpg",
"keywords": ["ALI-MD"],
"success_url": "/",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Put the session-id here.",
"required": true,
"value": ""
},
"STICKER_NAME": {
"description": "type your sticker pack name.",
"required": false,
"value": "𓆩ု᪳𝐀𝐋𝐈-𝐌𝐃ှ᪳𓆪"
},
"PREFIX": {
"description": "paste your bot prefix note! Don't apply null prefix.",
"required": false,
"value": "."
},
"MODE": {
"description": "select your bot work type public-private-inbox-group.",
"required": false,
"value": "public"
},
"ALWAYS_ONLINE": {
"description": "Make it true if want always online.",
"required": false,
"value": "false"
},
"AUTO_VOICE": {
"description": "Make it true if want automatic voice reply .",
"required": false,
"value": "false"
},
"AUTO_REPLY": {
"description": "Make it true if you want automatic reply.",
"required": false,
"value": "false"
},
"AUTO_STICKER": {
"description": "Make it true if you want automatic sticker.",
"required": false,
"value": "false"
},
"AUTO_STATUS_SEEN": {
"description": "Make it true for automatic status seen.",
"required": true,
"value": "true"
},
"AUTO_STATUS_REACT": {
"description": "make it true for automatic status reaction or like.",
"required": true,
"value": "true"
},
"AUTO_STATUS_REPLY": {
"description": "Make it true for auto reply msg on status seen.",
"required": true,
"value": "false"
},
"AUTO_STATUS_MSG": {
"description": "Type custom message on status reply",
"required": true,
"value": "*SEEN YOUR STATUS JUST NOW ALI-MD 🍒*"
},
"BOT_NAME": {
"description": "Type here the bot name.",
"required": false,
"value": "𓆩ု᪳𝐀𝐋𝐈-𝐌𝐃ှ᪳𓆪"
},
"ALIVE_IMG": {
"description": "put here the bot Menu url if you don't have you can use this public url.",
"required": true,
"value": "https://cdn.ironman.my.id/i/2du3i5.jpg"
},
"ANTI_LINK": {
"description": "Make it true if you want bot auto remove group link.",
"required": false,
"value": "false"
},
"ANTI_BAD_WORD": {
"description": "Make it true if you want bot auto delete bad words.",
"required": false,
"value": "false"
},
"AUTO_RECORDING": {
"description": "Make it true if you want auto recoding.",
"required": false,
"value": "false"
},
"AUTO_TYPING": {
"description": "Make it true if you want auto typing.",
"required": false,
"value": "false"
},
"AUTO_REACT": {
"description": "Make it true if you want react on every message.",
"required": false,
"value": "false"
},
"CUSTOM_REACT": {
"description": "Make it true if you want custom reactions.",
"required": false,
"value": "false"
},
"CUSTOM_REACT_EMOJIS": {
"description": "put here custom react react emojis.",
"required": false,
"value": "💝,💖,💗,❤️🩹,❤️,🧡,💛,💚,💙,💜,🤎,🖤,🤍"
},
"ANTI_DEL_PATH": {
"description": "change it to -same- if you want to resend deleted message in same chat",
"required": false,
"value": "log"
},
"READ_MESSAGE": {
"description": "Make it true if you want bot read your all sms just now.",
"required": false,
"value": "false"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}