From 95bc5b6d63bd4249cdca30bbdcbf9810a55e6399 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sun, 6 Sep 2015 05:13:49 -0300 Subject: [PATCH] Removed leftover --- src/Discord.Net/DiscordClient.cs | 4 ---- 1 file changed, 4 deletions(-) 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)