Browse Source

Update device for gateway

pull/1923/head
quin lynch 3 years ago
parent
commit
26c65280ef
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

@@ -237,7 +237,7 @@ namespace Discord.API
options = RequestOptions.CreateOrClone(options); options = RequestOptions.CreateOrClone(options);
var props = new Dictionary<string, string> var props = new Dictionary<string, string>
{ {
["$device"] = "Discord.Net"
["$device"] = "Discord.Net Labs"
}; };
var msg = new IdentifyParams() var msg = new IdentifyParams()
{ {


Loading…
Cancel
Save