diff --git a/src/Discord.Net.Core/Entities/Channels/IMessageChannel.cs b/src/Discord.Net.Core/Entities/Channels/IMessageChannel.cs index 322150e92..0e7df3f7c 100644 --- a/src/Discord.Net.Core/Entities/Channels/IMessageChannel.cs +++ b/src/Discord.Net.Core/Entities/Channels/IMessageChannel.cs @@ -14,8 +14,8 @@ namespace Discord /// Sends a message to this message channel. /// /// - /// The following example sends a message with the current system time in RFC 1123 format to the channel and - /// deletes itself after 5 seconds. + /// The following example sends a message with the current system time in RFC 1123 format to the channel and + /// deletes itself after 5 seconds. /// /// @@ -63,8 +63,8 @@ namespace Discord /// Sends a file to this message channel with an optional caption. /// /// - /// The following example uploads a streamed image that will be called b1nzy.jpg embedded inside a - /// rich embed to the channel. + /// The following example uploads a streamed image that will be called b1nzy.jpg embedded inside a + /// rich embed to the channel. /// /// @@ -121,8 +121,8 @@ namespace Discord /// of flattening. /// /// - /// The following example downloads 300 messages and gets messages that belong to the user - /// 53905483156684800. + /// The following example downloads 300 messages and gets messages that belong to the user + /// 53905483156684800. /// /// @@ -198,7 +198,7 @@ namespace Discord /// of flattening. /// /// - /// The following example gets 5 message prior to a specific message, oldMessage. + /// The following example gets 5 message prior to a specific message, oldMessage. /// /// @@ -253,7 +253,7 @@ namespace Discord /// object is disposed. /// /// - /// The following example keeps the client in the typing state until LongRunningAsync has finished. + /// The following example keeps the client in the typing state until LongRunningAsync has finished. /// ///