Browse Source

Added Role.IsManaged summary

tags/docs-0.9
RogueException 9 years ago
parent
commit
4ce382dc80
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net/Models/Role.cs

+ 1
- 0
src/Discord.Net/Models/Role.cs View File

@@ -18,6 +18,7 @@ namespace Discord
public int Position { get; private set; }
/// <summary> Returns the color of this role. </summary>
public PackedColor Color { get; private set; }
/// <summary> Returns whether this role is managed by server (e.g. for Twitch integration) </summary>
public bool IsManaged { get; private set; }

/// <summary> Returns the the permissions contained by this role. </summary>


Loading…
Cancel
Save