Skip to content

Jotrorox/rudolf

Repository files navigation

Rudolf - Bot

GitHub Top Language Badge GitHub Language Count Badge GitHub Repository Size Badge GitHub License Badge GitHub Issues Badge GitHub Stars Badge

🚧 Rudolf - Bot 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Getting Started   |   License   |   Author


🎯 About

Just a simple Discord Bot that provides Reaction Roles.
If you want to just use the bot, already hosted and configured click the Link!

✨ Features

✔️ Slash Commands
✖️ Simpler Docker Deploy

🚀 Technologies

The following tools were used in this project:

✅ Development Requirements

Before starting 🏁, you need to have Git and DotNET installed.

🏁 Starting (Development Setup)

# Clone this project
$ git clone https://github.com/Jotrorox/rudolf

# Access
$ cd rudolf

# Install dependencies
$ dotnet restore

# Add the bot Token to env on Windows
$ set DISCORD_TOKEN=<yourDiscordToken>
# Add the bot Token to env on Linux/macOS
$ export DISCORD_TOKEN=<yourDiscordToken>

# Run the project
$ dotnet run

If you encounter Problems just hit me up, I'm happy to help you get started
You can do that over matrix: @jotrorox:matrix.org or Discord: https://discord.gg/RVr4cceFUt

💨 Getting Started with Docker

I will explain the Docker way here so please ensure you have Docker installed!

# Pull the project
$ docker pull jotrorox/rudolf

# Start the bot
$ docker run -e DISCORD_TOKEN=<yourDiscordToken> jotrorox/rudolf

📖 Terms of Service

Neither me as the creator of this project nor any person hosting or developing this, is responsible for any harm done using this bot and the owner of the Server utilizing this bot is responsible for moderating it's usage.

📝 License

This project is under the GNU GPL v3 License. For more details, see the LICENSE file.

Made with ❤️ by Jotrorox

 

Back to top