Update README
This commit is contained in:
parent
a73f76e135
commit
8662c3a618
1 changed files with 8 additions and 5 deletions
11
README.md
11
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)
|
A dockerization of [tribune-pontius-aquila-bot](https://git.plantsfarmus.duckdns.org/askiiart/tribune-pontius-aquila-bot)
|
||||||
|
|
||||||
|
|
||||||
docker-compose.yml:
|
docker-compose.yml:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
ervices:
|
||||||
aquila-bot:
|
aquila-bot:
|
||||||
image: askiiart/tribune-pontius-aquila-discord-bot:latest
|
image: 'agelpen/discord-tribune-aquila-bot:latest'
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/app/.env
|
- ./.env:/app/.env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -19,3 +18,7 @@ services:
|
||||||
```env
|
```env
|
||||||
TOKEN='<YOUR_TOKEN_HERE>'
|
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