Skip to content

Commit

Permalink
Fix a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Dec 14, 2020
1 parent 1d89fce commit 6d8fdc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void onServerStart(GameStartedServerEvent event) {
.build();

CommandSpec command = CommandSpec.builder()
.description(Text.of("Main command of PistonMOTD"))
.description(Text.of("Main command of PistonMOTD!"))
.child(help, "help")
.child(reload, "reload")
.build();
Expand Down

0 comments on commit 6d8fdc3

Please sign in to comment.