forked from XdKing2/MALVIN-XD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalkdrove.json
More file actions
50 lines (45 loc) · 1.31 KB
/
talkdrove.json
File metadata and controls
50 lines (45 loc) · 1.31 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
{
"bot-name": "MALVIN-XD",
"description": "ᴊᴀᴠᴀsᴄʀɪᴘᴛ ᴡʜᴀᴛsᴀᴘᴘ ʙᴏᴛ ᴄʀᴇᴀᴛᴇᴅ ʙʏ ᴍᴀʟᴠɪɴ ᴋɪɴɢ",
"logo": "https://files.catbox.moe/juxfce.jpg",
"keywords": ["bot"],
"documentation-link": "https://new-session-lfgw.onrender.com/",
"owner-verification":"malvink003@gmail.com",
"env": {
"SESSION_ID": {
"description": "Must Start with 'malvin~'",
"required": true,
"value": ""
},
"BOT_NAME": {
"description": "write here your bot name.",
"required": true,
"value": "ᴍᴀʟᴠɪɴ-xᴅ"
},
"MODE": {
"description": "Set private/public/inbox/groups",
"required": false,
"value": "public"
},
"PREFIX": {
"description": "Your Bot Prefix (default: .) You can put your own custom prefix",
"required": true,
"value": "."
},
"OWNER_NAME": {
"description": "Put Owner Name Here",
"required": true,
"value": "ᴍᴀʟᴠɪɴ ᴋɪɴɢ"
},
"OWNER_NUMBER": {
"description": "Put only one Owner Number Here",
"required": true,
"value": "263714757857"
},
"PRESENCE": {
"description": "Put online/typing/recording/unavailable",
"required": true,
"value": "online"
}
}
}