diff --git a/config.ts.example b/config.ts.example index 8d5083d..92a9009 100644 --- a/config.ts.example +++ b/config.ts.example @@ -1,9 +1,7 @@ -module.exports = { - config: { - "homeserverUrl": "", - "accessToken": "", - "storageLocation": "bot.json", - "cryptoFolderLocation": "crypto" - "openaiApiKey": "", - } +export const config = { + "homeserverUrl": "", + "accessToken": "", + "storageLocation": "bot.json", + "cryptoFolderLocation": "crypto", + "openaiApiKey": "", }