Skip to content

manuelaalecio/boss

Repository files navigation

BOSS

A Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key.

Features

  • Based on @discord/voice and @discord.js/voice
  • Easy to use snd customiza
  • Support Spotify songs

Requirement

Tutorial

Docker

Copy the .env.example file to .env and fill in the required fields.

Docker build

docker build -t boss .

Docker compose

docker-compose up -d

Non-Docker

Copy the .env.example file to .env and fill in the required fields.

Install all dependencies

npm install

Start the bot

npm run start

Documentation

Read the Discord.js documentation, and the Distube with the properties and events to more details.