Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 767 Bytes

File metadata and controls

37 lines (26 loc) · 767 Bytes

Discord.py-BotBase

Manually

Only tested on python 3.8

git clone https://github.com/Roxedus/Discord.py-BotBase botbase
python -m pip install -r /botbase/requirements.txt
cp /botbase/settings.example.json /botbase/data/settings.json
Docker

This image does not exist, its just a placeholder

Example docker-compose.yml

  base:
    container_name: botbase
    image: roxedus/botbase:latest
    networks:
      - internal
    volumes:
      - ./botbase:/app/data

Create bot-token, and baste it in the token field in the /botbase/data/settings.json file.

You are now set to start.