remove "Length: "

This commit is contained in:
Chayapak 2023-06-18 13:36:45 +07:00
parent 32b19c2610
commit d30de87fcc

View file

@ -64,7 +64,6 @@ public class HelpCommand implements Command {
return Component.empty()
.append(Component.text("Commands ").color(NamedTextColor.GRAY))
.append(Component.text("(").color(NamedTextColor.DARK_GRAY))
.append(Component.text("Length: ").color(NamedTextColor.GRAY))
.append(Component.text(list.size()).color(NamedTextColor.GREEN))
.append(Component.text(") ").color(NamedTextColor.DARK_GRAY))
.append(Component.text("(").color(NamedTextColor.DARK_GRAY))