- Clone and enter the repo:
git clone https://codeberg.org/powermaker450/confoss
cd confoss
- Create the env file and enter the token and ID you got from the Discord Developer Portal here:
mv example.env .env
# open the env file with your text editor
BOT_TOKEN=your-token-here
BOT_ID=your-id-here
- Build the image and start the container:
docker compose up -d
- You can add your bot to a guild by obtaining a link in the "Installation" tab and ticking "Guild Install"