diff --git a/README.md b/README.md index b75ca83..1e38eee 100644 --- a/README.md +++ b/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='' -``` \ No newline at end of file +``` + +# What the bot actually does + +When someone says "/aquila", the bot replies "Who gave permission for this? I sure as hell didn't." \ No newline at end of file