Adds a new report option as other

This commit is contained in:
Vitor Pamplona
2024-02-26 20:52:15 -05:00
parent 11ff0736e4
commit e2d86c1727
3 changed files with 3 additions and 0 deletions

View File

@@ -126,5 +126,6 @@ class ReportEvent(
IMPERSONATION,
NUDITY,
PROFANITY,
OTHER,
}
}