Update README.md
Some checks failed
Checking for Secrets / Checking for Secrets (push) Has been cancelled
Checking for Secrets / Job to scan for secrets (push) Has been cancelled
Checking for Secrets / This action scans git repos using awslabs/git-secrets. (push) Has been cancelled

This commit is contained in:
Owen Quinlan 2024-09-17 19:25:37 +10:00 committed by GitHub
parent f3811ac712
commit 433f99929d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 - 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 format:
```JSON ```json
{ {
"user_id": "0000000000000000000", "user_id": "0000000000000000000",
"username": "TestUsername#0001", "username": "TestUsername#0001",
"where_found": "Name of guild", "where_found": "Name of guild",
"reason": "Admin enters custom reason here" "reason": "Admin enters custom reason here"
} }
``` ```
- `feedback:<timestamp>-<DiscordUserID>-<DiscordUserName>` - `feedback:<timestamp>-<DiscordUserID>-<DiscordUserName>`
- This is just a [String](https://redis.io/docs/latest/develop/data-types/strings/) containing whatever feedback they put in the feedback command - This is just a [String](https://redis.io/docs/latest/develop/data-types/strings/) containing whatever feedback they put in the feedback command