This is the Rust version of the discord bot created for FBT Heaven. fbtsecurity.fbtheaven.com/
Find a file
2024-06-29 01:40:18 +10:00
.github/workflows Aws secret scan 2024-06-29 01:31:39 +10:00
assets init 2024-06-29 01:22:22 +10:00
src init 2024-06-29 01:22:22 +10:00
.gitignore init 2024-06-29 01:22:22 +10:00
.secrets.baseline secret scan action 2024-06-29 01:26:42 +10:00
build.ps1 init 2024-06-29 01:22:22 +10:00
build.rs init 2024-06-29 01:22:22 +10:00
Cargo.lock init 2024-06-29 01:22:22 +10:00
Cargo.toml init 2024-06-29 01:22:22 +10:00
clippy.sh init 2024-06-29 01:22:22 +10:00
haswell.Dockerfile init 2024-06-29 01:22:22 +10:00
README.md Update README 2024-06-29 01:40:18 +10:00
slow build.ps1 init 2024-06-29 01:22:22 +10:00
westmere.Dockerfile init 2024-06-29 01:22:22 +10:00
znver3.Dockerfile init 2024-06-29 01:22:22 +10:00

FBT Security - Rust

This is the source code for the FBTHeaven discord bot.

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.

You will need a Redis DB for a bunch of features, no guide on setting one up atm (or possibly every, we'll see how I feel later) You can also update a Meilisearch DB with the same data, that one command is easy to comment out if you don't want to use that too

I might clean this up further or add a branch for the old python version in the future.

good luck whoever may look upon my first large Rust project