duke-bot/README.md

11 lines
171 B
Markdown

# Duke Bot
The bot for the Duke Syndicate discord.
## Example docker compose
```yaml
services:
bot:
build: .
environment:
- BOT_TOKEN=token_goes_here
```