Dieser Commit ist enthalten in:
Jesse Boyd 2019-11-23 18:12:27 +00:00
Ursprung 10322a736c
Commit edeb285152
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 59F1DE6293AF6E1F

Datei anzeigen

@ -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)