Dimensional Fun

DF

Dimensional Fun

A community that includes everyone. Chat among fellow members, discuss hobbies, talk about your favorite movies or more!

Join Server

Community questions

Vviztea8/5/2023

Project Discussion

A thread for discussing #lavaclient & related stufff
Nnaseem487/28/2023

Error: Unexpected server response: 404

Hey I have downloaded the newest java to be able to use lavasrc but since then lavaclient isn't working anymore.
Llickm36/7/2023

Nodes

Hello. Iam new in lavaclient and I propably dont really undersnatd one of important parts of the lib.

What should I do here in nodes?
const lavaclient = new Cluster({
    nodes: [],
    sendGatewayPayload: (id, payload) => client.guilds.cache.get(id)?.shard?.send(payload),
  });


Someway I figure out that is somehow refers to https://github.com/lavalink-devs/Lavalink but I dont really understad it.

I use NodeJS and TypeScript. This code is part of my lavaclient.ts
Llickm36/6/2023

nodeTrackStart and nodeQueueFinish is not assignable to parameter of type 'keyof ClusterEvents'.

Hello. Iam developing discord music bot and I have problem with handler.
Aasszx5/2/2023

the bot keeps disconnecting while playing

if I play a song after a while it get skipped or the bot disconnect in the middle of the song, even if there is a queue the bot skips the songs and disconnect !
Aasszx4/28/2023

can you set the volume by default.

when you create player for the first time using /play command for example is there's anyway to set the volume there like if i want it 20%

is it player.connect(member.voice.channel.id, { deafened: true, volume: 20 }); or what?
Zzapteryx12/5/2022

Difference between pause(false) and resume()

What's the difference between pause(false) and resume()?