An Advanced Music Bot for Discord with commands, buttons, 24/7 system, auto-resume, and support for more than 700 websites.
- 🎵 Easy to use
- 🎶 Supports YouTube, Spotify, SoundCloud and 700+ websites
- ⚡ Supports Slash Commands and prefix commands
- 🔊 24/7 in voice channel
- ⏯️ Auto-resume system
- 📌 Music request channel
- 🎚️ Advanced audio filters
- 🎛️ DJ system
- 🖥️ Works on hosts and VPS
- ⚙️ Built with discord.js v14
Download the latest LTS version of NodeJS.
Clone the repo or download the .zip:
git clone https://github.com/CookyDevJS/advance-discord-music-bot.git
cd advance-discord-music-bot{
TOKEN: "BOT_TOKEN",
PREFIX: "BOT_PREFIX",
mongodb : "MONGO_URL"
}Rename .env.example to .env. and configure it
TOKEN=
MONGO_URL=
PREFIX=
GUILD_ID=npm i --save-dev node@latest && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATHnpm installnpm install @discordjs/opus- for better audio quality .npm install zlib-sync@latest- for WebSocket data compression and inflation .npm install erlpack@latest- for significantly faster WebSocket .
node index.js