Browse Source

Removed some test code

tags/docs-0.9
RogueException 9 years ago
parent
commit
13358c05b5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/DiscordClient.cs

+ 1
- 1
src/Discord.Net/DiscordClient.cs View File

@@ -239,7 +239,7 @@ namespace Discord
}

ClientAPI.Token = token;
var request = new LoginRequest();// { Email = email, Password = password };
var request = new LoginRequest() { Email = email, Password = password };
var response = await ClientAPI.Send(request).ConfigureAwait(false);
token = response.Token;
if (Config.CacheDir != null && token != oldToken && tokenPath != null)


Loading…
Cancel
Save