Browse Source

Update xml docs

pull/1525/head
Paulo 5 years ago
parent
commit
d21520255d
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/Discord.Net.Core/Entities/Messages/AllowedMentionTypes.cs

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

@@ -9,10 +9,13 @@ namespace Discord
public enum AllowedMentionTypes
{
/// <summary>
/// No flag was set.
/// No flag is set.
/// </summary>
/// <remarks>
/// It is not used to control mentions and does not mean no mentions will be allowed.
/// This flag is not used to control mentions.
/// <note type="warning">
/// It will always be present and does not mean mentions will not be allowed.
/// </note>
/// </remarks>
None = 0,
/// <summary>


Loading…
Cancel
Save