Installation¶
Requirements¶
Python 3.12+
One of: discord.py 2.7+, py-cord 2.8+, disnake 2.12+, or nextcord 3.1.1+
A running Lavalink 4.x server — see Lavalink Setup
Installing SonoLink¶
Base install:
pip install sonolink
With optional speed extras:
pip install "sonolink[speed]"
The speed extra installs curl_cffi. SonoLink will prefer it
automatically when available.