Added IRole.IsMentionable

This commit is contained in:
RogueException
2016-10-08 14:43:18 -03:00
parent 8f5b5347b4
commit ba35f5bed1
4 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ namespace Discord
bool IsHoisted { get; }
/// <summary> Returns true if this role is automatically managed by Discord. </summary>
bool IsManaged { get; }
/// <summary> Returns true if this role may be mentioned in messages. </summary>
bool IsMentionable { get; }
/// <summary> Gets the name of this role. </summary>
string Name { get; }
/// <summary> Gets the permissions granted to members of this role. </summary>