diff --git a/src/Discord.Net/DiscordClient.cs b/src/Discord.Net/DiscordClient.cs
index 770e641ae..778527e90 100644
--- a/src/Discord.Net/DiscordClient.cs
+++ b/src/Discord.Net/DiscordClient.cs
@@ -518,10 +518,6 @@ namespace Discord
return await ConnectInternal(response.Token);
}
- /// Connects to the Discord server with the provided token, and will fall back to username and password.
- /// Returns a token for future connections.
- /*public Task Connect(string email, string password, string token)
- => ConnectInternal(email, password, token);*/
/// Connects to the Discord server as an anonymous user with the provided username.
/// Returns a token for future connections.
public async Task ConnectAnonymous(string username)