Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 280 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 280 Bytes

Hosting VAIT music bot

User Guide

  • Clone this repo
  • Copy the file .env.sample into .env
  • Replace these 2 lines with your appropriate details.
BOT_TOKEN=
OWNER_ID=
  • Build and run via docker-compose
docker-compose build
docker-compose up -d