Various fix and wip

This commit is contained in:
John Livingston
2023-09-19 15:54:56 +02:00
parent f97e54d499
commit 2289d79c28
8 changed files with 231 additions and 122 deletions

View File

@ -204,12 +204,14 @@ class BotConfiguration {
public configurationPaths (): {
moderation: {
globalFile: string
globalDir: string
roomConfDir: string
}
} {
return {
moderation: {
globalFile: this.moderationBotGlobalConf,
globalDir: this.confDir,
roomConfDir: this.roomConfDir
}
}