From da7c5091926a630751ab810bee1a1486f70bd79d Mon Sep 17 00:00:00 2001 From: Rozen Date: Thu, 1 Sep 2022 18:16:16 +0200 Subject: [PATCH] Update comments --- src/Discord.Net.Core/Entities/Messages/IMessage.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Discord.Net.Core/Entities/Messages/IMessage.cs b/src/Discord.Net.Core/Entities/Messages/IMessage.cs index d92fd1d7b..48db4fdf0 100644 --- a/src/Discord.Net.Core/Entities/Messages/IMessage.cs +++ b/src/Discord.Net.Core/Entities/Messages/IMessage.cs @@ -49,7 +49,7 @@ namespace Discord /// Gets the content for this message. /// /// - /// This will be if the privileged message intent is disabled. + /// This will be empty if the privileged is disabled. /// /// /// A string that contains the body of the message; note that this field may be empty if there is an embed. @@ -59,7 +59,7 @@ namespace Discord /// Gets the clean content for this message. /// /// - /// This will be if the privileged message intent is disabled. + /// This will be empty if the privileged is disabled. /// /// /// A string that contains the body of the message stripped of mentions, markdown, emojis and pings; note that this field may be empty if there is an embed.