This is the Rust version of the discord bot created for FBT Heaven
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Owen Quinlan and committed by
GitHub
433f9992 f3811ac7

+8 -8
+8 -8
README.md
··· 24 24 - 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 25 25 - JSON format: 26 26 27 - ```JSON 28 - { 29 - "user_id": "0000000000000000000", 30 - "username": "TestUsername#0001", 31 - "where_found": "Name of guild", 32 - "reason": "Admin enters custom reason here" 33 - } 34 - ``` 27 + ```json 28 + { 29 + "user_id": "0000000000000000000", 30 + "username": "TestUsername#0001", 31 + "where_found": "Name of guild", 32 + "reason": "Admin enters custom reason here" 33 + } 34 + ``` 35 35 36 36 - `feedback:<timestamp>-<DiscordUserID>-<DiscordUserName>` 37 37 - This is just a [String](https://redis.io/docs/latest/develop/data-types/strings/) containing whatever feedback they put in the feedback command