der Bot für den SecondHemd Discord
Find a file
Aaron Riedel 4c261a30d4
All checks were successful
continuous-integration/drone/push Build is passing
fix issue with survey script
2024-07-12 14:37:49 +02:00
.drone.yml change compose directory 2024-06-26 00:17:25 +02:00
.gitignore add test.py to .gitignore 2022-01-31 21:11:00 +01:00
.gitlab-ci.yml reenable cicd 2022-06-21 20:47:04 +02:00
bot.py make hiebe and liebe visible in help 2024-07-12 13:07:08 +02:00
clear_commands.py fix clear_commands 2022-05-19 02:29:09 +02:00
Dockerfile Update python Docker tag to v3.11.3 2023-04-06 01:07:49 +00:00
LICENSE Initial commit 2021-12-08 17:38:29 +01:00
README.md update README for gitea environment 2023-02-13 22:19:42 +01:00
renovate.json Add renovate.json 2022-04-21 08:33:26 +00:00
requirements.txt Update to pycord 2.6.0 and fix the embed 2024-07-12 12:59:26 +02:00
survey.py fix issue with survey script 2024-07-12 14:37:49 +02:00

SECOND BOT

Build Status

der Bot für den SecondHemd Discord

Latest

Build

docker build -t secondhemd/shbot:latest .

Run

sudo docker run -e 'TOKEN=' -e 'PREFIX=$' -t secondhemd/shbot:latest

Docker compose

services:
  bot:
    image: secondhemd/shbot:latest
    container_name: shbot
    restart: unless-stopped
    environment:
      - TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
      - PREFIX=X

Development

Build

docker build -t secondhemd/shbot:dev .

Run

sudo docker run -e 'TOKEN=' -e 'PREFIX=$' -t secondhemd/shbot:dev

Docker compose

services:
  bot:
    image: secondhemd/shbot:dev
    container_name: shbot
    restart: unless-stopped
    environment:
      - TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
      - PREFIX=X