Update README
This commit is contained in:
parent
a73f76e135
commit
8662c3a618
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -1,14 +1,13 @@
|
|||
# docker-tribune-aquila-discord-bot
|
||||
# Docker stuff
|
||||
|
||||
A dockerization of [tribune-pontius-aquila-bot](https://git.plantsfarmus.duckdns.org/askiiart/tribune-pontius-aquila-bot)
|
||||
|
||||
|
||||
docker-compose.yml:
|
||||
|
||||
```yaml
|
||||
services:
|
||||
ervices:
|
||||
aquila-bot:
|
||||
image: askiiart/tribune-pontius-aquila-discord-bot:latest
|
||||
image: 'agelpen/discord-tribune-aquila-bot:latest'
|
||||
volumes:
|
||||
- ./.env:/app/.env
|
||||
restart: unless-stopped
|
||||
|
@ -18,4 +17,8 @@ services:
|
|||
|
||||
```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."
|
Loading…
Reference in a new issue