Various fix and wip
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user