A Discord bot to manage server roles.
Built with .NET 6.0 and Docker.
Want to invite RoleBot to your own Discord?
Want to pull the latest Docker image to host your own instance of RoleBot?
https://hub.docker.com/repository/docker/chrisplummer/rolebot
Command | Description |
---|---|
rolebot help |
Assists the user by displaying all commands |
rolebot ping |
Pings the Discord channel |
rolebot addrole "name of role" |
Adds user to role, and creates role if it doesn't exist |
rolebot removerole "name of role" |
Removes the user from the role, if it exists |
rolebot deleterole "name of role" |
Deletes the role from the server, if it exists (admin only) |