forked from efkidgamerdev/EF-PRIME-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalkdrove.json
More file actions
116 lines (95 loc) · 4.02 KB
/
talkdrove.json
File metadata and controls
116 lines (95 loc) · 4.02 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"bot-name": "EF-PRIME-MD",
"description": "EF-PRIME autobots roll out",
"logo": "https://files.catbox.moe/oifwcm.jpg",
"keywords": ["bot"],
"documentation-link": "https://optimus-prime-jaden.onrender.com/",
"owner-verification":"efkidgamer@gmail.com",
"env": {
"SESSION_ID": {
"description": "Put your SESSION_ID here. Make sure it starts with Byte;;;, or get session id from here, https://session.talkdrove.com",
"value":"",
"required": true
},
"PREFIX": {
"description": "Bot command prefix, (e.g, . , ! @ etc",
"value":".",
"required": true
},
"AUTO_READ_STATUS": {
"description": "Bot will all status, To Enable put true and to disable put false (e.g, true)",
"value":"true",
"required": false
},
"MODE": {
"description": "Bot mode can be public, private, inbox or groups in small letters (e.g, public)",
"value":"public",
"required": true
},
"OWNER_NUMBER": {
"description": "OWNER_NUMBER with country code (e.g, 9230723xxxxx)",
"value":"26599*******",
"required": true
},
"READ_CMD": {
"description": "Bot will read of msgs if it is enabled, To Enable put true and to disable put false (e.g, true)",
"value":"false",
"required": false
},
"AUTO_REPLY": {
"description": "Bot will reply to the msgs like gm, gn, love you, hate you, hi, etc... To Enable put true and to disable put false (e.g, true)",
"value":"false",
"required": false
},
"AUTO_REACT": {
"description": "Bot will react to the msgs, To Enable put true and to disable put false (e.g, true)",
"value":"false",
"required": false
},
"WELCOME": {
"description": "Bot will welcome the new members in GC (Group chat), To Enable put true and to disable put false (e.g, true",
"value":"false",
"required": false
},
"ANTI_BAD": {
"description": "Bot delete the message from group if any bad word detected, To Enable put true and to disable put false (e.g, true)",
"value":"false",
"required": false
},
"ANTI_BOT": {
"description": "Bot delete or kick bots from group, To Enable put true and to disable put false (e.g, true)",
"value":"false",
"required": false
},
"ANTI_LINK": {
"description": "Bot delete or kick links sender from group, To Enable put true and to disable put false (e.g, true)",
"value":"false",
"required": false
},
"ALWAYS_ONLINE": {
"description": "Keep your WhatsApp always online put true to activate (e.g, true)",
"value":"false",
"required": false
},
"PRESENCE": {
"description": "Set presence of your WhatsApp, you can put online to keep your WhatsApp online for always, put offline to keep the WhatsApp normal, put typing to show that you are typing whenever anybody will message you! put recordig to show that you are recording whenever anybody will message you, or you can also show paused for nothing (e.g, online)",
"value":"offline",
"required": false
},
"COUNTRY_BLOCK": {
"description": "Block by country code true to Enable, false to disable (e.g, true)",
"value":"true",
"required": false
},
"COUNTRY_BLOCK_CODE": {
"description": "Block by country code put country code without + (e.g, 972)",
"value":"972",
"required": false
},
"PREMIUM_USERS": {
"description": "There are some commands which can only be used by the premium users, put premium users number without +, multiple numbers can be seperated by comma (,) (e.g, 923072380xxx, or 923072380xx,9234538003xx)",
"value":"972",
"required": false
}
}
}