Browse Source

Added obsolete mention to the ReadMessages flag.

pull/1161/head
Chris Johnston 7 years ago
parent
commit
6c3f85db7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Permissions/ChannelPermission.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Permissions/ChannelPermission.cs View File

@@ -22,7 +22,7 @@ namespace Discord
/// </summary> /// </summary>
AddReactions = 0x00_00_00_40, AddReactions = 0x00_00_00_40,
/// <summary> /// <summary>
/// Allows for reading of message.
/// Allows for reading of messages. This flag is obsolete, use <see cref = "ViewChannel" /> instead.
/// </summary> /// </summary>
[Obsolete("Use ViewChannel instead.")] [Obsolete("Use ViewChannel instead.")]
ReadMessages = ViewChannel, ReadMessages = ViewChannel,


Loading…
Cancel
Save