• Stars
    star
    142
  • Rank 257,563 (Top 6 %)
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An open-source discord music bot written in javascript

Github Stars GitHub issues

About

An open-source discord-music-bot wrriten in Javascript using Discord.js

Features

✅ Easy-to-use
✅ Stable
✅ Slash Commands
✅ Open Source
✅ Good music commands

Installation

Recommended version Node.js 16.6.x

To install all the packages just use:

npm install

Lavalink Installation

Host the instance of Lavalink, You can download the binaries from the CI Server For running your lavalink you must install Java 13 And after installing run the lavalink server

java -jar Lavalink.jar

Configuring credentials

For configuring the credentials checkout .env_example and rename it to .env instead And fill your bot token And for lavalink credentials rename lavalink-config-example.js to lavalink-config.js After that put your lavalink details in there

Run

For running the bot:

npm run start