Removed leftover

This commit is contained in:
Brandon Smith
2015-09-06 05:13:49 -03:00
parent 2aa099d9c8
commit 95bc5b6d63

View File

@@ -518,10 +518,6 @@ namespace Discord
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>
/// <returns> Returns a token for future connections. </returns>
public async Task<string> ConnectAnonymous(string username)