Config: preparing the arrival of new config files (for bots). Code refactoring.

This commit is contained in:
John Livingston
2021-12-07 11:59:32 +01:00
parent 2244ae22c2
commit f8ce4e6583
4 changed files with 102 additions and 68 deletions

View File

@ -5,6 +5,7 @@ interface ProsodyFilePaths {
log: string
config: string
data: string
bots: string
modules: string
}