From 850f93166689d595856474663c85c7742b69626e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A8=D0=B8?= =?UTF-8?q?=D0=BC=D0=B0=D0=BD=D1=81=D0=BA=D0=B8=D0=B9?= Date: Tue, 21 Nov 2023 13:06:14 +0300 Subject: [PATCH] ok, where the ghaction? --- Justice/Interactions/CitiesInteractions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justice/Interactions/CitiesInteractions.cs b/Justice/Interactions/CitiesInteractions.cs index 12db1b4..274f7c6 100644 --- a/Justice/Interactions/CitiesInteractions.cs +++ b/Justice/Interactions/CitiesInteractions.cs @@ -52,7 +52,7 @@ namespace DiscordApp.Justice.Interactions .WithName("X Координата") .WithValue(modal.xCoordinate), new EmbedFieldBuilder() - .WithName("Y Координата") + .WithName("Z Координата") .WithValue(modal.zCoordinate), }; var footer = new EmbedFooterBuilder()