Browse Source

Fix browser property (#2254)

tags/3.6.0
Alex Thomson GitHub 3 years ago
parent
commit
275b833205
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/DiscordSocketApiClient.cs

+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketApiClient.cs View File

@@ -274,7 +274,7 @@ namespace Discord.API
{
["$device"] = "Discord.Net",
["$os"] = Environment.OSVersion.Platform.ToString(),
[$"browser"] = "Discord.Net"
["$browser"] = "Discord.Net"
};
var msg = new IdentifyParams()
{


Loading…
Cancel
Save