From 8662c3a6183dc7be9883401f069378ddea8942ba Mon Sep 17 00:00:00 2001 From: askiiart Date: Wed, 8 Mar 2023 10:16:14 -0600 Subject: [PATCH] Update README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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