From 1a1f23b848f5ccca1c501fa2756122b158ea055c Mon Sep 17 00:00:00 2001 From: AlphaNecron Date: Tue, 13 Sep 2022 15:58:58 +0700 Subject: [PATCH] :speech_balloon: text(readme): indent json schema --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index db794ce..d7d0341 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ ### Config schema - ```json5 +```json5 { "void": { "useHttps": false, @@ -112,7 +112,7 @@ ".exe" ] // Prevent users from uploading files with certain extensions. (**) - }, + } }, "neutron": { "enabled": false, @@ -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.