add Command description

This commit is contained in:
方块君
2022-05-08 11:51:32 +08:00
committed by Melledy
parent 05e1e5502c
commit f49862145c
4 changed files with 7 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import java.util.List;
public interface CommandHandler {
String description();
default String description() { return null; };
/**
* Send a message to the target.