Update config example file

This commit is contained in:
Nikhil Nawgiri 2024-09-10 15:45:53 +02:00
parent 4bf1452e86
commit e5337b5d32

View file

@ -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": "",
}