diff --git a/src/Discord.Net/DiscordClient.cs b/src/Discord.Net/DiscordClient.cs index 93a043076..a3bd7626e 100644 --- a/src/Discord.Net/DiscordClient.cs +++ b/src/Discord.Net/DiscordClient.cs @@ -1092,10 +1092,7 @@ namespace Discord return text; } - /// - /// Blocking call that will not return until client has been stopped. This is mainly intended for use in console applications. - /// - /// + /// Blocking call that will not return until client has been stopped. This is mainly intended for use in console applications. public void Block() { _isStopping.Wait();