Browse Source

Removed leftover

tags/docs-0.9
Brandon Smith 9 years ago
parent
commit
95bc5b6d63
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/Discord.Net/DiscordClient.cs

+ 0
- 4
src/Discord.Net/DiscordClient.cs View File

@@ -518,10 +518,6 @@ namespace Discord


return await ConnectInternal(response.Token); return await ConnectInternal(response.Token);
} }
/// <summary> Connects to the Discord server with the provided token, and will fall back to username and password. </summary>
/// <returns> Returns a token for future connections. </returns>
/*public Task<string> Connect(string email, string password, string token)
=> ConnectInternal(email, password, token);*/
/// <summary> Connects to the Discord server as an anonymous user with the provided username. </summary> /// <summary> Connects to the Discord server as an anonymous user with the provided username. </summary>
/// <returns> Returns a token for future connections. </returns> /// <returns> Returns a token for future connections. </returns>
public async Task<string> ConnectAnonymous(string username) public async Task<string> ConnectAnonymous(string username)


Loading…
Cancel
Save