Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
💬 text(readme): indent json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaNecron committed Sep 13, 2022
1 parent 365bd4f commit 1a1f23b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -75,7 +75,7 @@

### Config schema

```json5
```json5
{
"void": {
"useHttps": false,
Expand Down Expand Up @@ -112,7 +112,7 @@
".exe"
]
// Prevent users from uploading files with certain extensions. (**)
},
}
},
"neutron": {
"enabled": false,
Expand All @@ -125,7 +125,7 @@
// The guild Neutron should be working on
}
}
```
```

(*): If it is empty, a random key will be generated, otherwise, it must be at least 32 characters.
(**) Users with `ADMINISTRATION` permission or higher will not be affected by this.
Expand Down

0 comments on commit 1a1f23b

Please sign in to comment.