fix minor bugs and add do

This commit is contained in:
2022-11-02 22:49:32 +01:00
parent 9a0002b34f
commit 9b95267eeb
7 changed files with 103 additions and 12 deletions

View File

@@ -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
}