Update README.md
This commit is contained in:
parent
f3811ac712
commit
433f99929d
1 changed files with 8 additions and 8 deletions
16
README.md
16
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:<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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue