duke-bot/README.md

12 lines
207 B
Markdown

# Duke Bot
The bot for the Duke Syndicate discord.
## Example docker compose
```yaml
services:
bot:
image: ghcr.io/duke-syndicate/duke-bot:main
environment:
- BOT_TOKEN=token_goes_here
```