Discord Components & Role Selection (#5)

This commit is contained in:
2023-04-01 01:23:37 -04:00
committed by GitHub
parent 5e6a433b92
commit e1038a15cd
25 changed files with 696 additions and 31 deletions

View File

@@ -9,6 +9,7 @@ Bird Bot is a discord bot for managing and organizing events for a small discord
- Delete text channels after events
- Archive text channels after events
- Create recurring weekly events
- Role selection
## Usage
@@ -16,7 +17,7 @@ To get up and running, install go and you can run `make run`!
## Using Docker
The container is expecting the config file to be located at `/etc/birdbot/birdbot.yaml`. The easily solution here is to mount the conifg with a volume.
The container is expecting the config file to be located at `/etc/birdbot/birdbot.yaml`. The easily solution here is to mount the config with a volume.
Example:
```bash