File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8
8
<Company >SlimeNull</Company >
9
9
<Description >Go-CqHttp 的 .NET SDK</Description >
10
10
<RepositoryUrl >https://github.com/OrgEleCho/EleCho.GoCqHttpSdk</RepositoryUrl >
11
- <Version >1.0.10 </Version >
11
+ <Version >1.0.11 </Version >
12
12
<PackageReadmeFile >README.md</PackageReadmeFile >
13
13
<Copyright >Copyright (c) EleCho 2023</Copyright >
14
14
<PackageProjectUrl >https://github.com/OrgEleCho/EleCho.GoCqHttpSdk</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -83,7 +83,13 @@ private static async Task Main(string[] args)
83
83
} ) ;
84
84
85
85
Console . WriteLine ( "OK" ) ;
86
- await session . RunAsync ( ) ;
86
+ await session . StartAsync ( ) ;
87
+
88
+
89
+ var qwq = await session . GetGroupMemberListAsync ( 560611514 ) ;
90
+
91
+
92
+ await session . WaitForShutdownAsync ( ) ;
87
93
}
88
94
}
89
95
You can’t perform that action at this time.
0 commit comments