Using annotation key translation

This commit is contained in:
方块君
2022-05-08 14:44:14 +08:00
committed by Melledy
parent f49862145c
commit b3317bd6d7
40 changed files with 53 additions and 227 deletions

View File

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