Galactic Hosting
Host. Launch. Orbit.
← Back to Source Shop
Discord BotsUpdated 11/16/2025Trending · 72

Echo Wave - Discord Music Bot

Music Bot for your discord server

512 MB RAM80% CPU1,024 MB Disk
v1

4 community upvotes

Sign in to cast your upvote.

I

ig.billo

Last updated 11/16/2025, 9:58:31 AM

Visit live demo ↗

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]
Total downloads: 45 · Deployments: 4