forked from tuhinpal/WhatsBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
44 lines (44 loc) · 1.48 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
{
"name": "Whatsbot",
"description": "Modular Userbot for Whatsapp",
"repository": "https://github.com/TheWhatsBot/WhatsBot",
"logo": "https://telegra.ph/file/96ccad5945c18944c5f15.png",
"keywords": [
"whatsbot",
"whatsapp-userbot",
"whatsapp-bot",
"whatsapp-userbot",
"whatsapp"
],
"stack": "container",
"env": {
"SESSION": {
"description": "Puppeteer Session. Get it by running genToken.js",
"value": ""
},
"PMPERMIT_ENABLED": {
"description": "Enable Pmpermit write true or false only",
"value": "true"
},
"MONGODB_URL": {
"description": "MongoDB URL, Get it for free from cloud.mongodb.com",
"value": ""
},
"PMPERMIT_MUTETIME": {
"description": "How many seconds an user get muted if he is spamming. Default is 30 Minutes (1800 Secs)",
"value": "1800"
},
"YT_DATA_API_KEY": {
"description": "Youtube DATA API key, grab it from cloud.google.com",
"value": ""
},
"DEFAULT_TR_LANG": {
"description": "Default Translation Language",
"value": "en"
},
"ENABLE_DELETE_ALERT": {
"description": "If true & if someone delete message in PM, Bot will send the deleted message in that chat (Exclude Media)",
"value": "true"
}
}
}