mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Typo; this is why we need unit tests
This commit is contained in:
@@ -109,7 +109,7 @@ export async function createBasicShard(
|
||||
}
|
||||
|
||||
if (message instanceof Uint8Array) {
|
||||
message = new TextDecoder().decode(inflate(message, 9));
|
||||
message = new TextDecoder().decode(inflate(message, 0));
|
||||
}
|
||||
|
||||
if (typeof message === "string") {
|
||||
|
||||
Reference in New Issue
Block a user