Requirements
What requirements your Bot needs, in order to work!
You need a working Lavalink Server (v4)
The Lavalink Server must be accessable:
Your Discord Bot needs the following Intents:
On the Manager (Client):
Make sure to initalize the manager (either on bot-ready event / right on boot)
lavalinkManager.init(client.user);
Make sure to listen to Bot-Ready events (JSON data)
bot.on("raw", payload => lavalinkManager.sendRawData(payload));
All of those are the minimum requirements, to get started using lavalink-client, and roughly cover any other lavalink clients for any language(s)
Last updated