Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FeroxFoxxo committed Dec 11, 2023
2 parents 26c50e2 + db955bb commit 7c0ea4c
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 7c0ea4c

Please sign in to comment.