Skip to content

Commit 5303386

Browse files
committed
sb VS, 没保存文件, 再提交一遍 (
1 parent 452cabb commit 5303386

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/EleCho.GoCqHttpSdk/Action/CqGetGroupInformationAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace EleCho.GoCqHttpSdk.Action
1313
public class CqGetGroupInformationAction : CqAction
1414
{
1515
/// <summary>
16-
/// 实例化对象 (使用缓存)
16+
/// 实例化对象 (NoCache = false)
1717
/// </summary>
1818
/// <param name="groupId">群号</param>
1919
public CqGetGroupInformationAction(long groupId) : this(groupId, false)

src/EleCho.GoCqHttpSdk/Action/CqGetGroupMemberInformationAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace EleCho.GoCqHttpSdk.Action
1313
public class CqGetGroupMemberInformationAction : CqAction
1414
{
1515
/// <summary>
16-
/// 实例化对象 (NoCache = false)
16+
/// 实例化对象 (NoCache = false)
1717
/// </summary>
1818
/// <param name="groupId">群号</param>
1919
/// <param name="userId">用户 QQ</param>

0 commit comments

Comments
 (0)