9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-29 20:09:23 +00:00

Fix leaves command usage (#465)

This commit is contained in:
violetc
2025-04-19 02:47:55 +08:00
parent 9f5f283ece
commit 4bb13ebfc9

View File

@@ -136,7 +136,7 @@ public final class LeavesCommand extends Command implements LeavesSuggestionComm
}
public Component unknownMessage() {
return text("Usage: /bot [" + String.join(" | ", usableSubcommands()) + "]", RED);
return text("Usage: /leaves [" + String.join(" | ", usableSubcommands()) + "]", RED);
}
@Nullable