From 1e5a177639f59e170befdf7f8679638ef3dd29b9 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Thu, 31 Jan 2019 16:39:25 -0800 Subject: [PATCH] update docstring for new isSpoiler param --- src/Discord.Net.Core/Entities/Channels/IMessageChannel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Discord.Net.Core/Entities/Channels/IMessageChannel.cs b/src/Discord.Net.Core/Entities/Channels/IMessageChannel.cs index bda7a6b13..832847f14 100644 --- a/src/Discord.Net.Core/Entities/Channels/IMessageChannel.cs +++ b/src/Discord.Net.Core/Entities/Channels/IMessageChannel.cs @@ -61,6 +61,7 @@ namespace Discord /// 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. @@ -91,6 +92,7 @@ namespace Discord /// 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.