lickm3
lickm3
DFDimensional Fun
Created by lickm3 on 6/7/2023 in #lavaclient
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),
});
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
3 replies
DFDimensional Fun
Created by lickm3 on 6/6/2023 in #lavaclient
nodeTrackStart and nodeQueueFinish is not assignable to parameter of type 'keyof ClusterEvents'.
Hello. Iam developing discord music bot and I have problem with handler.
35 replies