No description
Find a file
2023-09-01 22:09:46 -05:00
.drone.yml Add Drone stuff 2023-09-01 22:09:46 -05:00
app.py Initial commit 2023-03-08 09:13:52 -06:00
Dockerfile Initial commit 2023-03-08 09:13:52 -06:00
README.md Add Drone stuff 2023-09-01 22:09:46 -05:00
requirements.txt Initial commit 2023-03-08 09:13:52 -06:00

Docker stuff

A Docker/container-ization of the Tribune Pontius Aquila bot.

docker-compose.yml:

services:
  aquila-bot:
    image: 'askiiart/discord-tribune-aquila-bot:latest'
    volumes:
      - ./.env:/app/.env
    restart: unless-stopped

.env:

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."