-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalkdrove.json
More file actions
55 lines (45 loc) · 1.84 KB
/
talkdrove.json
File metadata and controls
55 lines (45 loc) · 1.84 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
{
"bot-name": "BEN-BOT-V1",
"description": "Ben bot simple by NOTHING",
"logo": "https://files.catbox.moe/4i7dp7.jpg",
"keywords": ["bot"],
"documentation-link": "https://session.apis-nothing.xyz",
"owner-verification":"kingamirnafas@gmail.com",
"env": {
"SESSION_ID": {
"description": "Put yorr SESSION_ID here. Make sure it starts with Byte;;;, or get session id from here, https://webpair-ben-nothing.onrender.com",
"value":"",
"required": true
},
"PREFIX": {
"description": "Bot command prefix, (e.g, . , ! @ etc",
"value":".",
"required": true
},
"BOT_MODE": {
"description": "Bot mode can be: public, private, inbox, or group (all lowercase). public: everyone can use the bot. private: only owner and bot itself. inbox: only in private chat by owner/bot. group: only in groups by users, but bot/owner can use it anywhere.",
"value":"public",
"required": true
},
"OWNER_NUMBER": {
"description": "OWNER_NUMBER with country code (e.g, 9230723xxxxx,93730275765)",
"value":"923072380xxxx",
"required": true
},
"WELCOME": {
"description": "true for auto welcome future in group false for off",
"value":"false",
"required": true
},
"ANTIBOT": {
"description": "Set true to Automatically deletes bot commands sent by users and warns them To Enable put true and to disable put false (e.g, true)",
"value": "false",
"required": false
},
"ANTILINK": {
"description": "Set true to Deletes messages containing links and warns the user To Enable put true and to disable put false (e.g, true)",
"value": "false",
"required": false
}
}
}