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

+11
+11
README.md
··· 1 1 # FBT Security - Rust 2 + 3 + This is the source code for the FBTHeaven discord bot. 4 + 5 + I am the developer for version 2.0, it has been a stale unmaintained project for months but I didn't want my source to just wither untouched so I removed the API keys and added a hand full of `// TODO:`s to the code for you to find what discord IDs you need to change and what other keys you need to provide. 6 + 7 + You will need a [Redis DB](https://redis.io/) for a bunch of features, no guide on setting one up atm (or possibly every, we'll see how I feel later) 8 + You can also update a [Meilisearch DB](https://www.meilisearch.com/) with the same data, that one command is easy to comment out if you don't want to use that too 9 + 10 + I might clean this up further or add a branch for the old python version in the future. 11 + 12 + good luck whoever may look upon my first large Rust project