From db955bb9f8c2cf53d5cf5dc89d4b6f5d6fffd3c2 Mon Sep 17 00:00:00 2001 From: FeroxFoxxo Date: Tue, 21 Nov 2023 22:47:19 +0900 Subject: [PATCH] Update AddAssignedRole.cs --- backend/Role Reactions/Commands/AddAssignedRole.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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!"); } }