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
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue