diff --git a/README.md b/README.md index a197c8b..94a98b5 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,15 @@ A bot for Fluxer which posts a post from ich_iel every hour. ## Installation: +Clone repo: ``` git clone https://git.scrunkly.cat/Michelle/ich_iel-Bot.git ``` +Check .env file and add your FLUXER_TOKEN. + +Then start the container: ``` -docker compose build docker compose up -d ``` diff --git a/compose.yml b/compose.yml index 8d7171b..5af4785 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,7 @@ services: ich_iel-bot: - build: . + image: git.scrunkly.cat/michelle/ich_iel-bot:latest + restart: unless-stopped volumes: - ./data:/app/data env_file: ".env" \ No newline at end of file diff --git a/main.py b/main.py index 8343ef2..71c7d43 100644 --- a/main.py +++ b/main.py @@ -118,7 +118,7 @@ async def setChannel(message): @bot.command() async def version(message): - await message.channel.send("Version 0.4 is running") + await message.channel.send("Version 0.4.0 is running") # the cat bot died, so i wanted to add this command to this bot @bot.command()