Get started with Salada in three steps
Set up Salada and start building music bots with enhanced Lavalink functionality.Step 1: Installation and Setup
Install Salada
Install Salada
Install Salada in your Python project using pip:
Set up Lavalink server
Set up Lavalink server
Before using Salada, you need a running Lavalink server:
- Download the latest Lavalink.jar from GitHub releases
- Create an
application.ymlconfiguration file - Start your Lavalink server:
java -jar Lavalink.jar
Step 2: Initialize Salada
Quick setup
Quick setup
Create your first Salada instance and connect to your Lavalink server:
Complete configuration
Complete configuration
For production use, here’s a full configuration with all available options:
Step 3: Play your first track
Create a player and play music
Create a player and play music
Here’s how to create a connection and play your first track:
Next steps
Explore Salada’s powerful features for Discord music bots:Player Management
Learn how to create, manage, and control music players.
Queue System
Implement playlists and queue management for your bot.
Audio Filters
Add effects like bass boost, nightcore, and more to audio.
Events & Listeners
Handle player events and create responsive music experiences.
Key Features
Salada provides enhanced functionality over standard Lavalink clients:- Easy-to-use API with intuitive methods and properties
- Built-in queue management with shuffle, loop, and skip functionality
- Advanced search supporting YouTube, Spotify, SoundCloud, and more
- Audio filters for dynamic sound modification
- Event-driven architecture for responsive bot behavior
- Python 3.8+ support with async/await
Need help? Check out our API Reference or join our community Discord server for support and examples.