Mald Manager is your one-stop-shop for tracking those salty users in your discord server!
- Have a user who rages everytime they fall off the ship in Sea of Thieves?
- Maybe unit testing makes them lose their cool?
- Counter Strike makes them break their keyboard?
Fret not! Mald Manager is here to track and shame all their mald'ings!
Mald Manager is a state-of-the-art bot that allows for tracking mald-levels across time and space, all from the comfort of your discord server!
!mald [@User]
- Increments a user's mald level for today.
!demald [@User]
- Decrements a user's mald level for today.
!mald_hist [@User]
- View the user's mald history.
!mald_help
- View this help prompt.
-
To get started running MaldManager for development, you need to install Rust by following the instructions found at that link.
-
After installing Rust, clone the repo:
git clone [email protected]:SylvanB/mald_manager.git
- Navigate into the newly created folder contianing the source
cd mald_manager
- Now create a
.env
file in the root directory of themald_manager
folder with the following contents (replace the values wrapped in<xxx>
) with the actual value.
DISCORD_TOKEN=<DISCORD_BOT_USER_TOKEN>
MALD_LOCATION=<WHERE_TO_STORE_MALD_HISTORY>
- Run the bot with the following command:
cargo run
You should now have MaldManager running on your discord server!