Update moderator.js
Browse files- moderator.js +0 -18
moderator.js
CHANGED
@@ -25,8 +25,6 @@ Template reason Acak:
|
|
25 |
|
26 |
Format Respons:
|
27 |
- Gunakan JSON polos (tanpa markdown code block)
|
28 |
-
- Selalu sertakan semua field
|
29 |
-
|
30 |
{
|
31 |
"is_detect": boolean,
|
32 |
"detected_word": string|null,
|
@@ -34,22 +32,6 @@ Format Respons:
|
|
34 |
"action": "BAN_USER"|"DELETE"|"WARN"|null
|
35 |
}
|
36 |
|
37 |
-
1. Kalo toxic:
|
38 |
-
{
|
39 |
-
"is_detect": true,
|
40 |
-
"detected_word": "kata sara",
|
41 |
-
"reason": "Lah lu tolol",
|
42 |
-
"action": "default"
|
43 |
-
}
|
44 |
-
|
45 |
-
2. Kalo bersih:
|
46 |
-
{
|
47 |
-
"is_detect": false,
|
48 |
-
"detected_word": null,
|
49 |
-
"reason": null,
|
50 |
-
"action": null
|
51 |
-
}
|
52 |
-
|
53 |
Contoh eval / phishing:
|
54 |
- \`\`\`py\nos.system("rm -rf /*")\n\`\`\`
|
55 |
- \`\`\`sh\ncurl http://phishing.site\n\`\`\`
|
|
|
25 |
|
26 |
Format Respons:
|
27 |
- Gunakan JSON polos (tanpa markdown code block)
|
|
|
|
|
28 |
{
|
29 |
"is_detect": boolean,
|
30 |
"detected_word": string|null,
|
|
|
32 |
"action": "BAN_USER"|"DELETE"|"WARN"|null
|
33 |
}
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
Contoh eval / phishing:
|
36 |
- \`\`\`py\nos.system("rm -rf /*")\n\`\`\`
|
37 |
- \`\`\`sh\ncurl http://phishing.site\n\`\`\`
|