This commit is contained in:
Wave Dev 2026-03-15 18:48:52 +00:00 committed by GitHub
parent 4ca9490839
commit 5b6508d780
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ public class DiscordClient(
var properties = root.GetProperty("properties");
string userAgent = properties.GetProperty("user_agent").GetString()!;
string userAgent = properties.GetProperty("browser_user_agent").GetString()!;
string browserVersion = properties.GetProperty("browser_version").GetString()!;
string osType = properties.GetProperty("os").GetString()!;