Skip to content

Latest commit

History

History
11 lines (8 loc) 路 251 Bytes

README.md

File metadata and controls

11 lines (8 loc) 路 251 Bytes

Weeks Bot

Discord music bot with slashcommands. Requires a lavalink server to play audio

Installation

Docker

  • Copy the .env.example file as .env and fill it.
docker build . -t weeks-bot
docker run -d --env-file .env weeks-bot