forked from XdKing2/MALVIN-XD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (43 loc) · 1.16 KB
/
app.json
File metadata and controls
43 lines (43 loc) · 1.16 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
{
"name": "malvin-xd",
"version": "2.1.1",
"description": "MALVIN XD - Advanced WhatsApp Bot",
"website": "cooming soon",
"logo": "https://i.ibb.co/zHhMyRT3/malvin-xd.jpg",
"keywords": ["malvin-xd", "whatsapp-bot"],
"repository": "https://github.com/XdKing2/MALVIN-XD",
"success_url": "/",
"stack": "container",
"env": {
"BOT_NAME": {
"description": "Your Bot Name",
"required": true,
"value": "ᴍᴀʟᴠɪɴ xᴅ"
},
"OWNER_NAME": {
"description": "Put Owner Name Here",
"required": true,
"value": "ᴍᴀʟᴠɪɴ ᴋɪɴɢ"
},
"OWNER_NUMBER": {
"description": "Put only one Owner Number Here",
"required": true,
"value": "263776388689"
},
"SESSION_ID": {
"description": "Put your session-id here. Must Start with 'starcore~'",
"required": false,
"value": ""
},
"MODE": {
"description": "Set Mode to 'public' to work in all chats, 'private' to work for you only",
"required": true,
"value": "public"
},
"TIMEZONE": {
"description": "Set your timezone",
"required": true,
"value": "Africa/Harare"
}
}
}