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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user