Skip to content

Commit

Permalink
Update AddAssignedRole.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FeroxFoxxo authored Nov 21, 2023
1 parent b59cb7f commit db955bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/Role Reactions/Commands/AddAssignedRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ public async Task AddRole(string sRoleId, string sMenuId)
embed
.WithColor(Color.Red)
.WithTitle("Could Not Add Role")
.WithDescription($"{user.Mention} already has the maximum of {rolesInCat} roles in this category, " +
$"where the limit is {menu.MaximumRoles}!");
.WithDescription($"{user.Mention} already has the maximum of {rolesInCat} roles in this category!");
}
}

Expand Down

0 comments on commit db955bb

Please sign in to comment.