add Command description

This commit is contained in:
方块君
2022-05-08 11:51:32 +08:00
committed by Melledy
parent a46d58e5f6
commit ef3579da82
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.