diff --git a/src/Discord.Net.WebSocket/Entities/Channels/ISocketMessageChannel.cs b/src/Discord.Net.WebSocket/Entities/Channels/ISocketMessageChannel.cs
index fa1bca021..62f017138 100644
--- a/src/Discord.Net.WebSocket/Entities/Channels/ISocketMessageChannel.cs
+++ b/src/Discord.Net.WebSocket/Entities/Channels/ISocketMessageChannel.cs
@@ -38,7 +38,7 @@ namespace Discord.WebSocket
/// Sends a file to this message channel with an optional caption.
///
///
- /// This method follows the same behavior as described in .
+ /// This method follows the same behavior as described in .
/// Please visit its documentation for more details on this method.
///
/// The file path of the file.
@@ -46,6 +46,7 @@ namespace Discord.WebSocket
/// Whether the message should be read aloud by Discord or not.
/// The to be sent.
/// The options to be used when sending the request.
+ /// Whether the message attachment should be hidden as a spoiler.
///
/// A task that represents an asynchronous send operation for delivering the message. The task result
/// contains the sent message.
@@ -64,6 +65,7 @@ namespace Discord.WebSocket
/// Whether the message should be read aloud by Discord or not.
/// The to be sent.
/// The options to be used when sending the request.
+ /// Whether the message attachment should be hidden as a spoiler.
///
/// A task that represents an asynchronous send operation for delivering the message. The task result
/// contains the sent message.