Skip to content

Commit 55efeb7

Browse files
committed
test: 测试代码
1 parent 539c6e3 commit 55efeb7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/TestConsole/Program.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ private static async Task Main(string[] args)
4949
});
5050

5151
//session.UseMessageMatchPlugin(new MessageMatchPlugin2(session));
52-
session.UseCommandExecutePlugin(new MyCommandExecutePlugin());
52+
session.UseCommandExecutePlugin(new MyCommandExecutePlugin()
53+
{
54+
ReplyInvoker = true
55+
});
5356

5457
Console.WriteLine("OK");
5558
await session.RunAsync();

src/TestConsole/TestConsole.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<ItemGroup>
1010
<ProjectReference Include="..\EleCho.GoCqHttpSdk.CommandExecuting\EleCho.GoCqHttpSdk.CommandExecuting.csproj" />
1111
<ProjectReference Include="..\EleCho.GoCqHttpSdk.MessageMatching\EleCho.GoCqHttpSdk.MessageMatching.csproj" />
12-
<ProjectReference Include="..\EleCho.GoCqHttpSdk\EleCho.GoCqHttpSdk.csproj" />
1312
</ItemGroup>
1413

1514
<ItemGroup>

0 commit comments

Comments
 (0)