randydev commited on
Commit
0ed80b5
·
verified ·
1 Parent(s): 91b9630
Files changed (1) hide show
  1. moderator.js +5 -2
moderator.js CHANGED
@@ -20,10 +20,13 @@ Diizinkan:
20
  Format Respons:
21
  - Gunakan JSON polos (tanpa markdown code block)
22
  {
23
- "is_detect": boolean,
 
 
24
  "detected_word": string|null,
25
  "reason": string|null,
26
- "action": "BAN_USER"|"DELETE"|"WARN"|null
 
27
  }
28
 
29
  Contoh eval / phishing:
 
20
  Format Respons:
21
  - Gunakan JSON polos (tanpa markdown code block)
22
  {
23
+ "is_deleted": boolean,
24
+ "is_warn": boolean,
25
+ "is_ban": boolean,
26
  "detected_word": string|null,
27
  "reason": string|null,
28
+ "action": "BAN_USER"|"DELETE_USER"|"WARN_USER"|null,
29
+ "developer": "https://t.me/RendyProjects"
30
  }
31
 
32
  Contoh eval / phishing: