discord_bot#
This module contains the discord bot implementation with definitions for the bot and its commands. The bot is implemented using the discord.py library and provides a simple command to test the bot.
- class src.discord_bot.DiscordBot(config)[source]#
DiscordBot class to create a discord bot with the given configuration. This is necessary because of a own implementation with user configuration and pydantic validation.