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