File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,10 @@ private static async Task Main(string[] args)
49
49
} ) ;
50
50
51
51
//session.UseMessageMatchPlugin(new MessageMatchPlugin2(session));
52
- session . UseCommandExecutePlugin ( new MyCommandExecutePlugin ( ) ) ;
52
+ session . UseCommandExecutePlugin ( new MyCommandExecutePlugin ( )
53
+ {
54
+ ReplyInvoker = true
55
+ } ) ;
53
56
54
57
Console . WriteLine ( "OK" ) ;
55
58
await session . RunAsync ( ) ;
Original file line number Diff line number Diff line change 9
9
<ItemGroup >
10
10
<ProjectReference Include =" ..\EleCho.GoCqHttpSdk.CommandExecuting\EleCho.GoCqHttpSdk.CommandExecuting.csproj" />
11
11
<ProjectReference Include =" ..\EleCho.GoCqHttpSdk.MessageMatching\EleCho.GoCqHttpSdk.MessageMatching.csproj" />
12
- <ProjectReference Include =" ..\EleCho.GoCqHttpSdk\EleCho.GoCqHttpSdk.csproj" />
13
12
</ItemGroup >
14
13
15
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments