This commit is contained in:
RogueException
2017-01-24 11:42:28 -04:00
parent 158222bb78
commit fe35400498
24 changed files with 15 additions and 47 deletions

View File

@@ -237,7 +237,7 @@ namespace Discord.API
options = RequestOptions.CreateOrClone(options);
var msg = new AuthenticateParams
{
AccessToken = _authToken
AccessToken = AuthToken
};
options.IgnoreState = true;
return await SendRpcAsync<AuthenticateResponse>("AUTHENTICATE", msg, options: options).ConfigureAwait(false);