Skip to main content
Version: v1.2.0

FAQ

Node can't connect

If your node is unable to connect, please check the version of your Lavalink node.
LavaShark v1 does not support Lavalink v3 nodes without REST API.
It is only compatible with Lavalink nodes of version 3.7.x.

The bot joined the voice channel, but there was no sound playing.

Check if you have registered the GuildVoiceStates gateway intent
and if you have registered the raw event on the Discord client.

client.on('raw', (packet) => client.lavashark.handleVoiceUpdate(packet));