Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l4zs/rolebot
https://github.com/l4zs/rolebot
bot discord discord-bot kord kordex
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/l4zs/rolebot
- Owner: l4zs
- License: gpl-3.0
- Created: 2021-10-11T18:02:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T14:25:23.000Z (over 2 years ago)
- Last Synced: 2024-05-02T03:36:05.540Z (6 months ago)
- Topics: bot, discord, discord-bot, kord, kordex
- Language: Kotlin
- Homepage:
- Size: 325 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=
```