Added Role.IsManaged summary

This commit is contained in:
RogueException
2015-10-16 23:50:21 -03:00
parent 27db09bdc7
commit 4ce382dc80

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>