Skip to content

Commit

Permalink
sb VS, 没保存文件, 再提交一遍 (
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimeNull committed Mar 23, 2023
1 parent 452cabb commit 5303386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace EleCho.GoCqHttpSdk.Action
public class CqGetGroupInformationAction : CqAction
{
/// <summary>
/// 实例化对象 (使用缓存)
/// 实例化对象 (NoCache = false)
/// </summary>
/// <param name="groupId">群号</param>
public CqGetGroupInformationAction(long groupId) : this(groupId, false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace EleCho.GoCqHttpSdk.Action
public class CqGetGroupMemberInformationAction : CqAction
{
/// <summary>
/// 实例化对象 (NoCache = false)
/// 实例化对象 (NoCache = false)
/// </summary>
/// <param name="groupId">群号</param>
/// <param name="userId">用户 QQ</param>
Expand Down

0 comments on commit 5303386

Please sign in to comment.