Skip to content

Commit 88b2856

Browse files
author
melike2d
committed
🐛 fix issues with lavalink 3.x.x.x #6
1 parent d47ab13 commit 88b2856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export class Connection<N extends Node = Node> {
112112
headers.append("User-Id", `${this.node.userId}`);
113113
headers.append("Client-Name", constants.clientName);
114114
headers.append("Authorization", this.info.password);
115+
headers.append("Num-Shards", "1");
115116
headers.append(
116117
"User-Agent",
117118
`lavadeno (https://github.com/lavaclient/lavadeno, Deno v${Deno.version.deno})`

0 commit comments

Comments
 (0)