der Bot für den SecondHemd Discord
Find a file
Aaron Riedel 016d2f3730
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Update dependency py-cord to v2.6.0' (#26) from renovate/py-cord-2.x into master
Reviewed-on: #26
2024-07-11 10:20:39 +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 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.6.0 2024-07-09 19:10:23 +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