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