Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 553 Bytes

DOCKER.md

File metadata and controls

27 lines (20 loc) · 553 Bytes

Using Docker (recommended)

  1. Clone and enter the repo:
git clone https://codeberg.org/powermaker450/confoss

cd confoss
  1. 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
  1. Build the image and start the container:
docker compose up -d
  1. You can add your bot to a guild by obtaining a link in the "Installation" tab and ticking "Guild Install"