forked from franceking1/Flash-Md-V3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
91 lines (91 loc) · 3.05 KB
/
app.json
File metadata and controls
91 lines (91 loc) · 3.05 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
{
"name": "FLASH-MD V2.5",
"description": "A powerful, feature-rich WhatsApp bot built using Baileys. Supports anti-delete, auto-read, status interaction, and more.",
"repository": "https://github.com/franceking1/Flash-Md-V2",
"stack": "heroku-24",
"scripts": {
"postdeploy": "echo 'Deployment complete!'"
},
"env": {
"SESSION": {
"description": "Put your session id here.",
"required": true
},
"PREFIX": {
"description": "List of command prefixes separated by commas (e.g. !, /, .). Leave blank for no prefix.",
"required": false
},
"YOUR_NUMBER": {
"description": "Your WhatsApp number in international format (e.g. 254742063632). Used as the bot owner's number.",
"required": false
},
"MODE": {
"description": "Bot mode: 'private' (only owner can use) or 'public' (anyone can use). Defaults to 'private'.",
"required": false
},
"WARNINGS": {
"description": "Number of warnings a user receives before being blocked or acted on. Default is 3.",
"required": false
},
"YOUR_NAME": {
"description": "Bot owner's display name. Shown in bot replies and menus. Default is 'FLASH-MD'.",
"required": false
},
"YOUR_LID": {
"description": "Put your LID Here, foe effectiveness response of the bot.",
"required": false
},
"ANTICALL": {
"description": "Enable call blocking. Set to 'on' to auto-block callers.",
"required": false
},
"ANTIDELETE": {
"description": "Enable anti-delete for messages. Set to 'on' to prevent users from deleting messages unnoticed.",
"required": false
},
"AUTO_READ_STATUS": {
"description": "Enable automatic viewing of WhatsApp status updates. Set to 'on' to activate.",
"required": false
},
"AUTO_LIKE": {
"description": "Enable automatic liking/reacting to viewed statuses. Set to 'on' to activate.",
"required": false
},
"AUTO_READ_DM": {
"description": "Enable automatic reading of incoming private messages. Set to 'on' to activate.",
"required": false
},
"HEROKU_API_KEY": {
"description": "Your Heroku API key (optional). Used for auto restarts or updates from within the bot.",
"required": false
},
"HEROKU_APP_NAME": {
"description": "Your Heroku app name (used with API key). Needed for Heroku-based restarts.",
"required": false
},
"ALIVE_URL": {
"description": "Optional image or page URL shown in alive/status check command. Supports images or hosted pages.",
"required": false
},
"PRESENCE_DM": {
"description": "Bot presence in private chats. Options: typing, online, recording, paused, offline.",
"required": false
},
"PRESENCE_GROUP": {
"description": "Bot presence in group chats. Options: typing, online, recording, paused, offline.",
"required": false
}
},
"formation": {
"web": {
"quantity": 1,
"size": "Basic"
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}