forked from De-Sniper/InfinityAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
79 lines (79 loc) · 2.11 KB
/
app.json
File metadata and controls
79 lines (79 loc) · 2.11 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
{
"name": "INFINITY-AI",
"description": "Whatsapp bot.",
"keywords": ["whatsapp bot"],
"repository": "https://github.com/Kresswell/Infinity-AI",
"logo": "https://i.ibb.co/7Wm7Lh4/file-163.jpg",
"stack": "container",
"env": {
"AUTOREAD": {
"description": "Enable auto read of messages",
"required": false,
"value": "FALSE"
},
"FOR_NOTIFICATION": {
"description": "Type the number you will like to be recieving notification when bot restarts..",
"required": true,
"value": ""
},
"OPEN_AI_KEY": {
"description": "Enter your Open AI key for .ai-img and .ai functionality. You can leave blank and Use .gpt command",
"required": false,
"value": ""
},
"ALWAYS_ONLINE": {
"description": "Enable always online feature",
"required": false,
"value": "TRUE"
},
"AUTOVIEW_STATUS": {
"description": "Enable auto status viewing feature",
"required": false,
"value": "TRUE"
},
"WA_PRESENCE": {
"description": "Put value as recording if you want bot to be recording all times and typing for typing",
"required": false,
"value": "recording"
},
"MONGO_DB": {
"description": "your mongodb database url",
"required": true,
"value": "mongodb+srv://Bikash:Bikash@bikash.yl2nhcy.mongodb.net/?retryWrites=true&w=majority"
},
"PREFIX": {
"description": "any symbol,if you leave blank,it will be responding to all messages",
"required": false,
"value": "."
},
"APP_NAME": {
"description": "App name exactlyas the one above",
"required": true,
"value": ""
},
"HEROKU_API": {
"description": "Get from heroku account settings tab",
"required": true,
"value": ""
},
"OWNER": {
"description": "Type the numbers you will like to be Owners,Separate with a comma.",
"required": false,
"value": "254798242085"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}