Removed warnings functionality

This commit is contained in:
kku
2025-02-10 12:50:56 +01:00
parent 25f2595cf7
commit dae89fd1ac
3 changed files with 3 additions and 57 deletions

View File

@@ -1,18 +0,0 @@
{
"$jsonSchema": {
"required": [
"user_id",
"warnings"
],
"properties": {
"user_id": {
"bsonType": "long",
"description": "Discord ID of user"
},
"warnings": {
"bsonType": "int",
"description": "Number of warnings on count"
}
}
}
}