9 lines
181 B
Text
9 lines
181 B
Text
module.exports = {
|
|
config: {
|
|
"homeserverUrl": "",
|
|
"accessToken": "",
|
|
"storageLocation": "bot.json",
|
|
"cryptoFolderLocation": "crypto"
|
|
"openaiApiKey": "",
|
|
}
|
|
}
|