minor changes
This commit is contained in:
@@ -17,7 +17,7 @@ export const readConfig = () => {
|
||||
|
||||
if (!fs.existsSync(configPath)) {
|
||||
|
||||
fs.writeFileSync(configPath,
|
||||
fs.writeFileSync(configPath,
|
||||
`{
|
||||
"homeserverURL": "https://matrix.org/",
|
||||
"token": "Super secret token! Do not show to anyone! Even your mum! ;)"
|
||||
@@ -30,7 +30,7 @@ export const readConfig = () => {
|
||||
}
|
||||
|
||||
return JSON.parse(fs.readFileSync(configPath)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
export const readMessages = () => {
|
||||
|
||||
Reference in New Issue
Block a user