Skip to content

Roxedus/Discord.py-BotBase

Repository files navigation

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.

About

Base for my future Discord.py projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published