/Euklid

🤖 A Discord-Bot for the german podcast "Hobbylos"

Primary LanguageJavaMIT LicenseMIT

Euklid

wakatime GitHub GitHub issues GitHub pull requests GitHub commit activity Subreddit subscribers

🤖 A Discord-Bot for the german podcast "Hobbylos".

Inviting the Bot

You may invite the Discord Bot by going to the following link: https://redcodes.dev/euklid/.

Using the Bot

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.

Running the Bot by your own

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>

Where can I find the data that the bot uses?

The Discord Bot uses data from the Lobby-Hoes/hobbylos-data repository.