Lavalink is a standalone server that handles audio processing for Discord bots. Moonlink.js communicates with Lavalink to play music.
What is Lavalink?
Lavalink is a standalone audio server that handles the processing and streaming of audio for Discord bots. It's designed to be lightweight and efficient, allowing your bot to play music without using excessive resources.
Setting Up Lavalink
To set up Lavalink, we recommend following the official documentation on the Lavalink website:
The official documentation provides detailed instructions on:
- System requirements
- Java installation
- Downloading Lavalink
- Configuring the
application.yml
file - Starting the server
- Troubleshooting common issues