Jazzly.
High-fidelity, standalone Discord Music Bot. Zero Lavalink.
Built on Discord.js v14 and Node.js with DisTube v5, integrated yt-dlp, Spotify, and SoundCloud extractors. Lossless playback, real-time equalizer effects, and interactive music controls.
Resonance
HOME • Requested by Darchi
Engine Capabilities
Engineered for pristine voice bitrates, instant responses, and zero downtime.
Standalone Audio Engine
Runs natively via Discord.js v14 & Node.js with DisTube v5 and custom yt-dlp stream pipeline. Zero Lavalink servers or Java runtimes.
Multi-Source Playback
Full support for YouTube, Spotify (tracks, albums, playlists), SoundCloud, and direct high-bitrate raw audio URLs.
Real-Time DSP Equalizer
Live FFmpeg audio filters including Bass Boost, Nightcore, 8D Audio, Vaporwave, Treble Boost, Flanger, and Reverb.
Commands (37 Total)
Click any command to copy its usage syntax immediately.
Setup & Installation
Prerequisites: Node.js v18.0.0+, Discord Bot Token, and optional MongoDB.
git clone https://github.com/DarchiAzaki/Jazzly.git
cd Jazzly
npm install --legacy-peer-depsnpm run deploynpm startDISCORD_TOKEN=your_discord_bot_token_here
CLIENT_ID=your_client_id_here
MONGO_URI=mongodb+srv://username:password@cluster.mongodb.net/jazzly?retryWrites=true&w=majority
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
DEFAULT_PREFIX=!
DEFAULT_VOLUME=80
VOTE_SKIP_PERCENT=50
STAY_IN_VC_24_7=false
LEAVE_ON_EMPTY_TIMEOUT_SECONDS=60
ANNOUNCE_NOW_PLAYING=true* MongoDB database is optional. Falls back to local JSON caching if not provided.
Project Structure
Modular DisTube v5 audio pipeline and interactive command router.
Jazzly/
├── data/ # Local cache fallback
├── src/
│ ├── index.js # Application entry point & graceful shutdown
│ ├── client.js # Extended Discord.js client instance
│ ├── config.js # Configuration and brand settings
│ ├── audio/
│ │ ├── DisTubeManager.js # DisTube v5 pipeline & playback event listeners
│ │ ├── filters.js # FFmpeg DSP equalizer filters
│ │ └── plugins/ # Robust custom yt-dlp stream extractor
│ ├── commands/ # 37 Slash and Prefix command modules
│ │ ├── general/
│ │ ├── music/
│ │ ├── queue/
│ │ └── user/
│ ├── components/ # UI builders, controllers, and menus
│ ├── database/ # Mongoose schemas & sync store
│ ├── events/ # Discord gateway event handlers
│ ├── handlers/ # Command, event, and component routers
│ └── utils/ # Context helpers, duration formatters, lyrics fetcherDeveloped by Hall of Malevolence
Brought by Darchi. Released under the open-source MIT License for community hosting and audio innovation.