fix minor bugs and add do
This commit is contained in:
@@ -64,3 +64,7 @@ func (cc *CharContext) Close() {
|
||||
func (cc *CharContext) About(ctx context.Context) ([]register.AboutItem, error) {
|
||||
return cc.pluginRegister.About(ctx)
|
||||
}
|
||||
|
||||
func (cc *CharContext) Do(ctx context.Context, argName string, commandName string) error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user