diff --git a/backend/Role Reactions/Commands/AddAssignedRole.cs b/backend/Role Reactions/Commands/AddAssignedRole.cs index 8bb8e7d9e..adad723d3 100644 --- a/backend/Role Reactions/Commands/AddAssignedRole.cs +++ b/backend/Role Reactions/Commands/AddAssignedRole.cs @@ -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!"); } }