Echo Wave - Discord Music Bot
Music Bot for your discord server
4 community upvotes
Sign in to cast your upvote.
ig.billo
Last updated 11/16/2025, 9:58:31 AM
Overview
Echo Wave is a modern self-hosted Discord music bot built with Node.js, using Discord.js v14 and Lava link. It offers fast, reliable music playback from multiple sources like YouTube, Spotify, and SoundCloud all controlled via slash commands and interactive buttons.
Setup instructions
git clone https://github.com/AbuJaan/Echo-Wave-Music-Bot.git
cd echo-wave
npm install
Configure settings in config.js
TOKEN: "yourdiscordbot_token",
language: "en", // Language: en, es, fr, de, cn, ja, ko, ru, pt, ar, vi
ownerID: ["yourdiscorduserid","yourdiscorduserid"],
mongodbUri: "yourmongodburi",
spotifyClientId: "yourspotifyclient_id",
spotifyClientSecret: "yourspotifyclient_secret",
nodes: [
{
name: "EchoWave",
host: "yourlavalinkhost",
port: yourlavalinkport,
password: "yourlavalinkpassword",
secure: false
}
],
// Optional
embedColor: "#4c0385",
activityName: "YouTube Music",
activityType: "LISTENING", // or PLAYING
SupportServer: "https://discord.gg/ECyJakuB77"
Sample commands
/play [query]/pause/resume/skip/stop/queue/nowplaying/volume [1-100]