Add frb alias

This commit is contained in:
Jesse Boyd 2019-11-23 18:12:27 +00:00
parent 10322a736c
commit edeb285152
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

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