🤖 A Discord-Bot for the german podcast "Hobbylos".
You may invite the Discord Bot by going to the following link: https://redcodes.dev/euklid/.
The bot currently has 3 Slash-Commands:
- /info
- Shows you Information about the bot.
- /mathefact
- Gives you information about a math-fact that was mentioned in the podcast.
- /stadtgeschichte
- Gives you information about a town-story that was mentioned in the podcast.
We strongly recomend to use the public bot if possible, but you may build the bot on your own
Euklid uses Maven. You can build the project by running:
mvn package
To start the bot you'll need to parse your bot-token as the first starter argument:
java -jar Euklid.jar <YOUR_TOKEN>
The Discord Bot uses data from the Lobby-Hoes/hobbylos-data repository.