24 lines
No EOL
434 B
Markdown
24 lines
No EOL
434 B
Markdown
# Docker stuff
|
|
|
|
A Docker/container-ization of the Tribune Pontius Aquila bot.
|
|
|
|
docker-compose.yml:
|
|
|
|
```yaml
|
|
services:
|
|
aquila-bot:
|
|
image: 'askiiart/discord-tribune-aquila-bot:latest'
|
|
volumes:
|
|
- ./.env:/app/.env
|
|
restart: unless-stopped
|
|
```
|
|
|
|
.env:
|
|
|
|
```env
|
|
TOKEN='<YOUR_TOKEN_HERE>'
|
|
```
|
|
|
|
## What the bot actually does
|
|
|
|
When someone says "/aquila", the bot replies "Who gave permission for this? I sure as hell didn't." |