Update config.js.example

This commit is contained in:
Nikhil Nawgiri 2024-08-25 01:58:35 +02:00
parent 6dfc40a6ad
commit 4903a6cdf7

View file

@ -4,5 +4,6 @@ module.exports = {
"accessToken": "",
"storageLocation": "bot.json",
"cryptoFolderLocation": "crypto"
"openaiApiKey": "",
}
}