From ee8d68c4e3fc2b4f330fe57d66b7ba7fa6ee4272 Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Tue, 27 May 2025 20:05:07 +0700 Subject: [PATCH] fix: filter already exists translation --- build-number.txt | 2 +- .../java/me/chayapak1/chomens_bot/commands/FilterCommand.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-number.txt b/build-number.txt index 660e9be1..180a8b3c 100644 --- a/build-number.txt +++ b/build-number.txt @@ -1 +1 @@ -3359 \ No newline at end of file +3361 \ No newline at end of file diff --git a/src/main/java/me/chayapak1/chomens_bot/commands/FilterCommand.java b/src/main/java/me/chayapak1/chomens_bot/commands/FilterCommand.java index 44e095b1..c1b09f9e 100644 --- a/src/main/java/me/chayapak1/chomens_bot/commands/FilterCommand.java +++ b/src/main/java/me/chayapak1/chomens_bot/commands/FilterCommand.java @@ -56,7 +56,7 @@ public class FilterCommand extends Command { ) { throw new CommandException( Component.translatable( - "commands.filter.error.already_exists", + "commands.filter.add.error.already_exists", Component.text(player) ) );