mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 09:54:59 +01:00
add Command description
This commit is contained in:
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
|
||||
public interface CommandHandler {
|
||||
|
||||
String description();
|
||||
default String description() { return null; };
|
||||
|
||||
/**
|
||||
* Send a message to the target.
|
||||
|
||||
Reference in New Issue
Block a user