From 433f99929de38e6a3271cc762b63bbdf675680c1 Mon Sep 17 00:00:00 2001 From: Owen Quinlan Date: Tue, 17 Sep 2024 19:25:37 +1000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0ff611e..54d2fd0 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ here are the "folders" and their descriptions: - This is a [JSON](https://redis.io/docs/latest/develop/data-types/json/) entry of users who are cleared as okay in the DB after being flagged - JSON format: - ```JSON - { - "user_id": "0000000000000000000", - "username": "TestUsername#0001", - "where_found": "Name of guild", - "reason": "Admin enters custom reason here" - } - ``` + ```json + { + "user_id": "0000000000000000000", + "username": "TestUsername#0001", + "where_found": "Name of guild", + "reason": "Admin enters custom reason here" + } + ``` - `feedback:--` - This is just a [String](https://redis.io/docs/latest/develop/data-types/strings/) containing whatever feedback they put in the feedback command