manuelaalecio / boss

Simple Discord music bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple Discord music bot

License:MIT License


Languages

Language:JavaScript 98.1%Language:Dockerfile 1.9%