Ufoptg commited on
Commit
caf2bb4
1 Parent(s): 1f5c55e

Update database.py

Browse files
Files changed (1) hide show
  1. database.py +4 -4
database.py CHANGED
@@ -29,13 +29,13 @@ db = client_mongo["tiktokbot"]
29
  collection = db["users"]
30
 
31
  RAMDOM_STATUS = [
32
- "civilian",
33
  "wanted",
34
- "undercover",
35
  "rogue_agent",
36
- "innocent",
37
  "fugitive",
38
- "covert_operator"
39
  ]
40
 
41
  def remove_sibyl_system_banned(user_id):
 
29
  collection = db["users"]
30
 
31
  RAMDOM_STATUS = [
32
+ "Spammer",
33
  "wanted",
34
+ "scammer",
35
  "rogue_agent",
36
+ "pornbot prolly",
37
  "fugitive",
38
+ "simp"
39
  ]
40
 
41
  def remove_sibyl_system_banned(user_id):