mirror of
https://github.com/Duke-Syndicate/duke-bot.git
synced 2025-09-10 04:38:13 +00:00
12 lines
207 B
Markdown
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
|
|
```
|