diff --git a/MyMcRealms/Controllers/InvitesController.cs b/MyMcRealms/Controllers/InvitesController.cs index 89bad12..b295d83 100644 --- a/MyMcRealms/Controllers/InvitesController.cs +++ b/MyMcRealms/Controllers/InvitesController.cs @@ -155,7 +155,7 @@ namespace MyMcRealms.Controllers ErrorResponse errorResponse = new() { ErrorCode = 400, - ErrorMsg = "You with lmao" + ErrorMsg = "You wish lmao" }; return BadRequest(errorResponse);