This commit is contained in:
2025-07-23 12:00:33 -04:00
67 changed files with 431 additions and 2317 deletions

View File

@ -116,6 +116,7 @@ interface ChannelConfigurationOptions {
}
interface ChannelForbiddenWords {
enabled: boolean
entries: string[]
regexp?: boolean
applyToModerators?: boolean