Spaces:
Paused
Paused
Update database.py
Browse files- database.py +4 -4
database.py
CHANGED
|
@@ -29,13 +29,13 @@ db = client_mongo["tiktokbot"]
|
|
| 29 |
collection = db["users"]
|
| 30 |
|
| 31 |
RAMDOM_STATUS = [
|
| 32 |
-
"
|
| 33 |
"wanted",
|
| 34 |
-
"
|
| 35 |
"rogue_agent",
|
| 36 |
-
"
|
| 37 |
"fugitive",
|
| 38 |
-
"
|
| 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):
|