feat: add bad word filter
This commit is contained in:
8 files changed
+49
-4
No files matched your search
@@ -27,5 +27,6 @@ data class Config(
|
||||
val smtpUser: String,
|
||||
val smtpPassword: String,
|
||||
val smtpFromAddress: String,
|
||||
val admins: List<Long>
|
||||
val admins: List<Long>,
|
||||
val enableAntiRevoke: Boolean
|
||||
)
|
||||
Reference in New Issue
Block a user