-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
164 lines (156 loc) · 5.23 KB
/
Copy pathapp.json
File metadata and controls
164 lines (156 loc) · 5.23 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
164
{
"name": "RAVEN-BOT",
"description": "A simple yet complicated WhatsApp bot, ♤Enjoy♡",
"keywords": [
"bot",
"whatsapp",
"raven",
"whatsapp-stickers",
"anime",
"whatsapp-bot",
"whatsapp-sticker-bot",
"whatsapp-botto",
"baileys",
"baileys-md",
"md-bot"
],
"website": "https://github.com/HunterNick2/RAVEN-BOT#readme",
"repository": "https://github.com/HunterNick2/RAVEN-BOT.git",
"logo": "https://files.catbox.moe/duv8ac.jpg",
"success_url": "/",
"env": {
"PREFIX": {
"description": "Prefix of RAVEN-BOT Ex: . , / , # , & etc. Put any symbol or leave it blank",
"required": false
},
"DEV": {
"description": "Put any phone numbers you want to be bot owner without + or spaces \",\" Ex: 254114660061,27849061633 ",
"required": true
},
"ANTIDELETE": {
"description": "Input TRUE if you want bot to foward back deleted messages. The messages will be fowarded to your Pm, Message yourself.",
"value": "TRUE",
"required": false
},
"AUTOREJECT_CALL": {
"description": "Put TRUE if you want bot to decline all incoming calls",
"value": "TRUE",
"required": false
},
"ANTIFOREIGN": {
"description": "Input TRUE if you want bot to automatically remove foreigners who are not from your country code joining a group",
"value": "FALSE",
"required": false
},
"HEROKU_API": {
"description": "Put a Heroku api key here, will be required to update vars in your Dm",
"required": true
},
"BAD_WORD": {
"description": "List words separated witj commas that will be considered as bad and will trigger bot to kick. Example: fuck, pussy, hoe",
"value": "fuck,pussy,slut,bitch,cock,stupid",
"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",
"value": "TRUE",
"required": false
},
"ANTITAG": {
"description": "Put TRUE if you want bot kick out unnecessary tags from a group, Not sure if its working eh!",
"required": false
},
"AUTOREAD": {
"description": "Put here TRUE if you want bot to automatically bluetick messages in private chats",
"value": "FALSE",
"required": true
},
"AUTOVIEW": {
"description": "Input TRUE if you want bot to automatically read status update",
"value": "TRUE",
"required": true
},
"WA_PRESENCE": {
"description": "Input either recording, typing, online, or leave it blank. This enables bot to simulate typing or recording or online status even if you're not online.",
"value": "recording",
"required": true
},
"WELCOMEGOODBYE": {
"description": "Input TRUE if you want bot to welcome new members joining group or wave goodbye to members leaving a group.",
"value": "FALSE",
"required": false
},
"ANTILINK": {
"description": "Input TRUE if you want bot to kick link senders only whatsapp group links",
"value": "TRUE",
"required": true
},
"ANTILINK_ALL": {
"description": "Input TRUE if you want bot to kick users sending any kind of link.",
"value": "FALSE",
"required": true
},
"ANTIBOT": {
"description": "Input TRUE if you want bot to kick other bots from group",
"required": false
},
"CODE": {
"description": "Input you country code here without + eg 254, it Will be used to Eliminate foreigners from the group once prompted.",
"value": "254",
"required": true
},
"SESSION": {
"description": "Paste your Session id you received after linking here, as it is required for authenticationn. important!",
"required": true
},
"MODE": {
"description": "Input PRIVATE if you don't want other people to use your bot",
"value": "PUBLIC",
"required": true
},
"AUTOBIO": {
"description": "Input TRUE if you want bot to autoupdate its about with current time and date.",
"value": "TRUE",
"required": false
},
"APP_NAME": {
"description": "Input your app name that you put above, Must be in small letters.",
"required": true
},
"STICKER_AUTHOR": {
"description": "Input sticker data for author",
"value": "RAVEN-BOT",
"required": false
},
"STICKER_PACKNAME": {
"description": "Input sticker data for packname",
"value": "RAVEN-BOT",
"required": false
},
"GPT_INBOX": {
"description": "Input TRUE if you want bot to autoreply inbox messages using openai API. For now not stable may cause spam!",
"required": false
},
"MENU_TYPE": {
"description": "Input either VIDEO, LINK or IMAGE. This will allow bot to display different dynamic menu types",
"value": "IMAGE",
"required": false
},
"AUTOLIKE_STATUS": {
"description": "input TRUE if you want bot to autolike status updates. This will only work if autostatus view is TRUE",
"value": "TRUE",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
},
{
"url": "https://github.com/heroku/heroku-buildpack-activestorage-preview"
}
]
}