Configure bot name + refactoring.

This commit is contained in:
John Livingston
2023-09-19 18:56:39 +02:00
parent 9e7d9c6069
commit 4fe972dc10
7 changed files with 78 additions and 38 deletions

View File

@ -54,6 +54,7 @@ interface ChannelInfos {
interface ChannelConfigurationOptions {
bot: boolean
botNickname?: string
forbiddenWords: string[]
bannedJIDs: string[]
}