Moderation configuration screen: WIP.

This commit is contained in:
John Livingston
2023-08-09 12:20:19 +02:00
parent 02728bb38d
commit a25c4822fa
7 changed files with 100 additions and 8 deletions

View File

@ -52,6 +52,9 @@ interface ChannelModerationOptions {
name: string
displayName: string
}
bot: boolean
forbiddenWords: string[]
bannedJIDs: string[]
}
export type {