Add frb alias

This commit is contained in:
Jesse Boyd
2019-11-23 18:12:27 +00:00
parent 10322a736c
commit edeb285152

View File

@@ -492,7 +492,7 @@ public final class PlatformCommandManager {
); );
registerSubCommands( registerSubCommands(
"/history", "/history",
ImmutableList.of(), ImmutableList.of("/frb"),
"Manage your history", "Manage your history",
HistorySubCommandsRegistration.builder(), HistorySubCommandsRegistration.builder(),
new HistorySubCommands(history) new HistorySubCommands(history)