Added Role Permissions

This commit is contained in:
Brandon Smith
2015-08-15 14:27:17 -03:00
parent 8e2e5d48d5
commit fb111833ff
2 changed files with 36 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ namespace Discord
(role, model) =>
{
role.Name = model.Name;
role.Permissions = model.Permissions;
role.Permissions.RawValue = (uint)model.Permissions;
},
role => { }
);