The Next Generation
Discord Music Bot

Remember the times when you had to add all those music bots for your bulky server each with their own prefixes and commands?

Those days are now over! With Lyra, you get ultimate performance, fairness, and zero queue hogging.

Why choose Lyra?

Because those days of bulky, unfair bots are over. Experience true audio quality.

Fair Queue System

No more queue hogging! Lyra features a unique fair-queue system that ensures everyone gets a turn to hear their requested tracks, equally distributed.

Blazing Fast & Stable

Written entirely in Rust and powered by Twilight, Lyra is incredibly resource-efficient and responds to commands instantly. You'll never miss a beat.

Advanced Audio Tuning

Customize your listening experience with a built-in Equalizer, Speed adjustments, and Audio Filters (Bassboost, Nightcore, Vaporwave) to get the perfect sound.

Endless Autoplay

Never let the music stop. When the queue ends, Lyra automatically finds and plays similar tracks to keep the vibe going for hours.

Everything you need, one slash away

Lyra provides a comprehensive set of slash commands with full autocomplete support.

Playback

/play Play a track or playlist from a query or URL
/playfile Play a local audio file directly
/skip Vote to skip the currently playing track
/nowplaying Display detailed info about the current track

Queue

/fairqueue Toggle the fair-queue mode
/autoplay Toggle continuous playback of recommended tracks
/remove Remove specific tracks from the queue
/removerange Remove a block of tracks by index

Audio Tuning

/volume Adjust the playback volume (0-1000%)
/filter Apply effects like Bassboost, Nightcore, Vaporwave
/equaliser Fine-tune audio using a 15-band EQ
/speed Change the playback speed, pitch, and rate

A Modern Architecture

Built to be incredibly fast, memory-safe, and scalable.

Rust

Core bot logic written for ultimate memory safety and speed.

Twilight

Lightweight and scalable Discord API bindings.

Lavalink

Robust standalone audio node based on Lavaplayer.

PostgreSQL

Reliable relational database for persistent storage.

Ready for Self-Hosting

We provide everything you need to host Lyra yourself. Our pre-configured Docker setup gets you up and running in under 5 minutes with Lavalink, PostgreSQL, and the Bot all orchestrated together.

View Documentation
bash
$ git clone https://github.com/wignn/lyra.git $ cd lyra $ cp .env.example .env # Edit your .env file with your Discord Token $ docker compose up -d [+] Running 3/3 ✔ Container lyra-db Started ✔ Container lyra-lavalink Started ✔ Container lyra-bot Started