Skip to content

Discord bot for the Giuseppe osu! server (or anything bancho.py based)

License

Notifications You must be signed in to change notification settings

NiceAesth/giuseppe

Repository files navigation

giuseppe

pre-commit.ci status

Discord bot for the Giuseppe osu! server (or anything bancho.py based)

Installation

git clone https://github.com/NiceAesth/giuseppe.git
cd giuseppe
cd docker
cp config.sample.json config.json
# edit config.json
docker-compose up -d

Note: If building the image manually, you need to copy Pipfile and Pipfile.lock to the src/ directory and use that as the build context. Look at the build workflow for more information.