Skip to content

Commit

Permalink
Update DiscordShard.luau
Browse files Browse the repository at this point in the history
  • Loading branch information
4x8Matrix authored Jan 28, 2025
1 parent f60ada2 commit 892ad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package/Classes/Network/DiscordShard.luau
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function DiscordShard.Prototype.identifyAsync(self: DiscordShard)
["browser"] = LIBRARY_IDENTIFIER,
["device"] = LIBRARY_IDENTIFIER,
},
["compress"] = true,
["compress"] = false,
["large_threshold"] = 250,
["shard"] = {
self.shardId,
Expand Down

0 comments on commit 892ad3b

Please sign in to comment.