forked from EliteProTech/ELITE-PRO-V1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalkdrove.json
More file actions
25 lines (25 loc) · 723 Bytes
/
Copy pathtalkdrove.json
File metadata and controls
25 lines (25 loc) · 723 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
{
"bot-name": "ELITE-PRO-V1",
"description": "A WhatsApp bot with rich features",
"logo": "http://elitepro-url-clouds.onrender.com/20250604_162827.jpg",
"keywords": ["bot"],
"documentation-link": "https://eliteprotech.zone.id/session",
"owner-verification": "proelite455@gmail.com",
"env": {
"SESSION_ID": {
"description": "Put your SESSION_ID here.",
"value": "",
"required": true
},
"PREFIX": {
"description": "Bot command prefix (example: ., !, #)",
"value": ".",
"required": true
},
"OWNER_NUMBER": {
"description": "Owner's phone number in international format (without +).",
"value": "2347047504860",
"required": true
}
}
}