update installation instructions and compose file
Build and publish ich_iel bot / build (push) Successful in 1m39s
Build and publish ich_iel bot / build (push) Successful in 1m39s
This commit is contained in:
@@ -4,12 +4,15 @@ A bot for Fluxer which posts a post from ich_iel every hour.
|
|||||||
|
|
||||||
## Installation:
|
## Installation:
|
||||||
|
|
||||||
|
Clone repo:
|
||||||
```
|
```
|
||||||
git clone https://git.scrunkly.cat/Michelle/ich_iel-Bot.git
|
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
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
ich_iel-bot:
|
ich_iel-bot:
|
||||||
build: .
|
image: git.scrunkly.cat/michelle/ich_iel-bot:latest
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
@@ -118,7 +118,7 @@ async def setChannel(message):
|
|||||||
|
|
||||||
@bot.command()
|
@bot.command()
|
||||||
async def version(message):
|
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
|
# the cat bot died, so i wanted to add this command to this bot
|
||||||
@bot.command()
|
@bot.command()
|
||||||
|
|||||||
Reference in New Issue
Block a user