Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 728 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 728 Bytes

HM FK07 Discord Bot

This is the code for the Sebastian Bot used on HM Discord Servers

Local setup

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

Redesign documentation

In an effort to improve the Bot, the bot will be rewritten from ground up, switching from Python to Rust.

Parts to redo

  • Bot itself
  • Database
  • Docker setup
  • automatic building in GitHub

Design files

Bot

Database

Redis