Browse Source

Update comments

pull/2448/head
Rozen 2 years ago
parent
commit
da7c509192
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Core/Entities/Messages/IMessage.cs

+ 2
- 2
src/Discord.Net.Core/Entities/Messages/IMessage.cs View File

@@ -49,7 +49,7 @@ namespace Discord
/// Gets the content for this message. /// Gets the content for this message.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This will be <see langword="null"/> if the privileged message intent is disabled.
/// This will be empty if the privileged <see cref="GatewayIntents.MessageContent"/> is disabled.
/// </remarks> /// </remarks>
/// <returns> /// <returns>
/// A string that contains the body of the message; note that this field may be empty if there is an embed. /// 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. /// Gets the clean content for this message.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This will be <see langword="null"/> if the privileged message intent is disabled.
/// This will be empty if the privileged <see cref="GatewayIntents.MessageContent"/> is disabled.
/// </remarks> /// </remarks>
/// <returns> /// <returns>
/// 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. /// 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.


Loading…
Cancel
Save