Jotrorox / rudolf

A simple bot for adding reaction Roles to any message in discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple bot for adding reaction Roles to any message in discord

License:GNU General Public License v3.0


Languages

Language:C# 95.3%Language:Dockerfile 4.7%