raawt / JUGNU-MUSIC

An advanced Music Bot, with Button interactivity, Best Filters , Best UI , Own bot channel supported , based on Distube.JS and Discord.JS

Home Page:https://jugnu.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi, I'm Kabir! 👋

I'm a Discord Bot Developer and here is mine Discord Music Bot

Advance Discord Music Bot

a discord music bot with many commands , buttons , 24/7 , autoresume ,etc

Youtube Video Tutorial

Click To Watch

Installation | How to use the Bot

1. Install Latest LTS NodeJS

2. Download this repo and unzip it | or git clone it

3. Fill in everything in settings/config.js

Modify - config.js

{
  TOKEN: "BOT_TOKEN",
  PREFIX: "BOT_PREFIX",
  mongodb : "MONGO_URL"
}

Modify - .env

Rename .env.example to .env. and configure it

TOKEN=
MONGO_URL=
PREFIX=
GUILD_ID=

4. Now Let's Update Node Version. copy and paste in shell npm i --save-dev node@latest && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH

5. after Fill everything in config Type in shall npm install

6. now we need to install to additional packages .

  1. npm install @discordjs/opus - for better audio quality .
  2. npm install zlib-sync@latest - for WebSocket data compression and inflation .
  3. npm install erlpack@latest - for significantly faster WebSocket .

7. start the bot with node index.js

Music Bot Features

  • Easy to use Music Bot
  • Support Youtube , Spotify , Soundcloud , etc 700+ websites
  • Slash commands support
  • Dashboard support
  • Message commands support
  • Stable & up to date with discord.js v14
  • Support 24/7 in voice channel
  • Support autoresume system
  • Support music request channel system
  • Support more filters
  • Support dj system
  • Work on replit and others vps

Music Bot Dashboard Setup

Click Here

Feedback

If you have any feedback, please reach out to us at Discord Server

License

MIT

Thanks For Using Music bot Please Give a Star and please give me credit

About

An advanced Music Bot, with Button interactivity, Best Filters , Best UI , Own bot channel supported , based on Distube.JS and Discord.JS

https://jugnu.netlify.app

License:MIT License


Languages

Language:JavaScript 100.0%