forked from Fortunatusmokaya/dreaded-md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
195 lines (165 loc) · 5.77 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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"name": "DREADED BOT",
"description": "This is a simple whatsapp bot built with nodejs and baileys with MD support.",
"keywords": [
"bot",
"whatsapp",
"dreaded",
"whatsapp-stickers",
"anime",
"whatsapp-bot",
"whatsapp-sticker-bot",
"whatsapp-botto",
"baileys",
"baileys-md",
"md-bot"
],
"website": "https://github.com/Fortunatusmokaya/DREADED-GPT-AI#readme",
"repository": "https://github.com/Fortunatusmokaya/DREADED-GPT-AI.git",
"logo": "https://telegra.ph/file/d6dab955fbaa42fce2280.jpg",
"success_url": "/",
"env": {
"PREFIX":
{
"description":"choose your prefix for dreaded. To prevent errors and confusion you must set a prefix",
"value": ".",
"required":true
},
"MENUTYPE":
{
"description":"Choose what kind of menu bot will display, put either LINK, IMAGE or VIDEO (must be in capital letters)",
"value": "LINK",
"required":false
},
"MENULINK":
{
"description":"Put an image link that will be used in picture menu.",
"value": "https://telegra.ph/file/d6dab955fbaa42fce2280.jpg",
"required":false
},
"DEV": {
"description": "Put any phone numbers you want to be bot owner without + or spaces \",\" Ex: 254114018035, 254741889898 ",
"required": true
},
"EVENTS": {
"description": "Put TRUE if you want bot to send welcome and goodbye messages",
"required": false
},
"NOT_OWNER_MSG": {
"description": "Put a message that the bot will send if a parameter that requires only owner user is violated. Example: Owner only",
"required": false
},
"BOT_ADMIN_MSG": {
"description": "Put a message that the bot will send if a parameter that requires bot to be admin is violated. Example: Bot is not admin!",
"required": false
},
"ADMIN_MSG": {
"description": "Put a message that the bot will send if a parameter that requires only owner user is violated. Example: Only admins are allowed to use this command",
"required": false
},
"BAD_WORD": {
"description": "List words separated witj commas that will be considered as bad and will trigger bot to kick. Example: fuck, pussy, hoe",
"required": false
},
"BAD_WORD_KICK": {
"description": "Put here TRUE if you want the bot to automatically kick group members using words that you have listed as bad",
"required": false
},
"GROUP_ONLY_MSG": {
"description": "Put a message that the bot will send if a parameter that works in group chats only is violated. Example: This command will work in groups only",
"required": false
},
"AUTOREAD": {
"description": "Put here TRUE if you want bot to automatically bluetick messages in private.",
"required": false
},
"ANTIBOT": {
"description": "Put TRUE if you want bot to remove other bots.",
"value": "FALSE",
"required": false
},
"ANTIFOREIGN": {
"description": "Put TRUE if you want bot to remove numbers which do not include your set COUNTRY_CODE.",
"value": "TRUE",
"required": true
},
"ANTITAG": {
"description": "Put TRUE if you want bot to remove members tagging or hidetagging",
"value": "FALSE",
"required": false
},
"ANTILINK": {
"description": "Put TRUE if you want bot to remove people sending links.",
"value": "FALSE",
"required": false
},
"MODE": {
"description": "Type PRIVATE if you don't want other people to use the bot or PUBLIC if you want everyone to access.",
"required": false
},
"STICKER_AUTHOR": {
"description": "Put your sticker author data",
"required": false
},
"STICKER_PACKNAME": {
"description": "Put your sticker packname data",
"required": false
},
"RECORDING_TYPINGGC": {
"description": "Type TRUE if you want bot to show fake recording/typing in group chats.",
"required": false
},
"WA_PRESENCE": {
"description": "This is your WhatsApp Presence Status: Here's how to set it up: Type *typing* if you want bot to show typing..., Type *recording* if you want bot to show recording..., Type *online* if you want bot to be always online, Leave this field blank if you want bot to show your actual presence.",
"value": "",
"required": false
},
"RECORDING_TYPINGGC": {
"description": "Type TRUE if you want bot to show fake recording/typing in group chats.",
"required": false
},
"AUTOVIEW_STATUS": {
"description": "Type TRUE if you want bot to automatically read all status update",
"required": false
},
"AUTOBIO": {
"description": "Type TRUE if you want bot to show autoupdate it's bio constantly",
"required": false
},
"AUTODOWNLOAD_STATUS": {
"description": "Type TRUE if you want bot to automatically download and send status updates to its inbox.",
"required": false
},
"SESSION": {
"description": "Paste the session id that you received in whatsapp after linking the bot. It's used for authentication.",
"required": true
},
"COUNTRY_CODE": {
"description": "Enter your country code without +. Example: 254 for Kenya. This will allow bot to detect and remove foreigners if commanded",
"required": true
},
"BOTNAME": {
"description": "Enter name for your bot.",
"required": false
},
"APP_NAME": {
"description": "Enter the app name you entered above.",
"required": false
},
"HEROKU_API": {
"description": "Enter your heroku API or leave blank.",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}