Add mentionable property to ModifyGuildRoleParams
Allows roles to be configured to be mentionable, fixes #424
This commit is contained in:
@@ -22,6 +22,7 @@ namespace Discord.Rest
|
||||
{
|
||||
Color = args.Color.IsSpecified ? args.Color.Value.RawValue : Optional.Create<uint>(),
|
||||
Hoist = args.Hoist,
|
||||
Mentionable = args.Mentionable,
|
||||
Name = args.Name,
|
||||
Permissions = args.Permissions.IsSpecified ? args.Permissions.Value.RawValue : Optional.Create<ulong>(),
|
||||
Position = args.Position
|
||||
|
||||
Reference in New Issue
Block a user