-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
31 lines (31 loc) · 796 Bytes
/
Copy pathapp.json
File metadata and controls
31 lines (31 loc) · 796 Bytes
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
{
"name": "phantom-bot",
"description": "PHANTOM BOT - Feature-rich WhatsApp Bot",
"repository": "https://github.com/Mujaheed56/Phantom-Bot",
"logo": "",
"keywords": ["whatsapp", "bot", "baileys", "phantom"],
"env": {
"SESSION_ID": {
"description": "Your bot session ID from the pairing portal",
"value": ""
},
"PREFIX": {
"description": "Command prefix",
"value": "!"
},
"GEMINI_API_KEY": {
"description": "Google Gemini API key for AI features (free from aistudio.google.com)",
"value": ""
},
"AUTO_READ": {
"description": "Auto-read incoming messages",
"value": "false"
}
},
"buildpacks": [
{ "url": "heroku/nodejs" }
],
"formation": {
"worker": { "quantity": 1, "size": "eco" }
}
}