der Bot für den SecondHemd Discord
Find a file
Aaron Riedel b65bd7a363
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Update dependency py-cord to v2.5.0' (#25) from renovate/py-cord-2.x into master
Reviewed-on: #25
2024-03-16 03:27:11 +01:00
.drone.yml fix container registry 2023-12-24 20:29:10 +01: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 remove whitespace 2023-05-29 23:04:57 +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 dependency py-cord to v2.5.0 2024-03-02 09:19:30 +00: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