marcelropos / HM-DiscordBot

A Discordbot by and for first semester students of HM.
8 stars 5 forks source link
discordbot discordpy

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

Design files

Bot

Database

Redis