Browse Source

docs: reword xmldoc of AllowedMentionTypes type

pull/1455/head
Chris Johnston 5 years ago
parent
commit
1634f37e67
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Messages/AllowedMentionTypes.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Messages/AllowedMentionTypes.cs View File

@@ -3,7 +3,7 @@ using System;
namespace Discord
{
/// <summary>
/// Specifies the type of mentions that will be parsed from the message content.
/// Specifies the type of mentions that will be notified from the message content.
/// </summary>
[Flags]
public enum AllowedMentionTypes


Loading…
Cancel
Save