Browse Source

Merge 0339c0e4aa into 32c5a4b2f9

pull/281/merge
Christopher F GitHub 9 years ago
parent
commit
a0877ca2ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/API/DiscordSocketApiClient.cs

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

@@ -191,7 +191,7 @@ namespace Discord.API
};
var msg = new IdentifyParams()
{
Token = _authToken,
Token = GetPrefixedToken(AuthTokenType, _authToken),
Properties = props,
LargeThreshold = largeThreshold,
UseCompression = useCompression,


Loading…
Cancel
Save