Fix config.ts and add more comments

This commit is contained in:
Yi-Ting Shih
2024-08-16 07:18:44 +08:00
parent 48b04a50df
commit b916b7cbad
2 changed files with 14 additions and 12 deletions

View File

@@ -3,9 +3,11 @@
## Run
1. Setup the environment variables in `.env`
2. `docker compose up -d`
2. Modify `config.ts` if you want.
3. `docker compose up -d`
## Usage
## Functionality
- Apply default role to new members while joining.
- `/ping` repond with latency.
- `/applyrole` apply role to everyone in the guild. (max 1000 people)
- `/applyrole` apply role to everyone in the guild.