Skip to main content

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 in your Python project using pip:

Step 2: Initialize Salada

Create your first Salada instance and connect to your Lavalink server:
For production use, here’s a full configuration with all available options:
The failover options provides error handling and automatic reconnection!

Step 3: Play your first track

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.