Update config example file
This commit is contained in:
parent
4bf1452e86
commit
e5337b5d32
|
@ -1,9 +1,7 @@
|
|||
module.exports = {
|
||||
config: {
|
||||
export const config = {
|
||||
"homeserverUrl": "",
|
||||
"accessToken": "",
|
||||
"storageLocation": "bot.json",
|
||||
"cryptoFolderLocation": "crypto"
|
||||
"cryptoFolderLocation": "crypto",
|
||||
"openaiApiKey": "",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue