Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l4zs/rolebot


https://github.com/l4zs/rolebot

bot discord discord-bot kord kordex

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# RoleBot

l4zs' cool self-hosted role-bot.

## Features

- create multiple role messages whereever you want
- for each message you can configure the following:
- title
- description
- a list of roles, for which you can configure the following:
- label
- description
- custom emoji

![img.png](assets/img.png)

## Deployment

###### Example Environment file

.env

```properties
ENVIRONMENT=PRODUCTION
DISCORD_TOKEN=
MONGO_URL=mongodb://bot:bot@mongo
MONGO_DATABASE=bot_prod
LOG_LEVEL=DEBUG
BOT_OWNERS=
OWNER_GUILD=
```