Skip to content

Commit

Permalink
Fixed usages
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored and Linwenxuan committed Oct 14, 2023
1 parent a09d94f commit bfd93a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagrange.Core/Common/Interface/Api/GroupExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static Task<bool> RenameGroup(this BotContext bot, uint groupUin, string
=> bot.ContextCollection.Business.OperationLogic.RenameGroup(groupUin, targetName);

public static Task<bool> RemarkGroup(this BotContext bot, uint groupUin, string targetRemark)
=> bot.ContextCollection.Business.OperationLogic.RenameGroup(groupUin, targetRemark);
=> bot.ContextCollection.Business.OperationLogic.RemarkGroup(groupUin, targetRemark);

public static Task<ulong> FetchGroupFSSpace(this BotContext bot, uint groupUin)
=> bot.ContextCollection.Business.OperationLogic.FetchGroupFSSpace(groupUin);
Expand Down

0 comments on commit bfd93a8

Please sign in to comment.