This is the code for the Sebastian Bot used on HM Discord Servers
Start a mariadb and redis instance, for example through the provided docker-compose:
docker compose up -d redis mariadb
Put your discord bot token in a .env.local
at the root of the repo:
BOT_TOKEN=...
Start the bot:
cargo run
In an effort to improve the Bot, the bot will be rewritten from ground up, switching from Python to Rust.