Skip to content

Commit

Permalink
*Cy: 我确实不应该乱改API的*
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealKamisama committed Oct 4, 2022
1 parent a1583cb commit e56cafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WFBot/Orichalt/MiguelNetwork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ private static void MiraiHTTPSendToGroupWithAutoRevoke(GroupID qq, string msg)
var message = MiraiHTTPCore.Bot.SendGroupMessageAsync(qq.ID, builder.Build()).Result;
Task.Delay(TimeSpan.FromSeconds(MiraiConfig.Instance.RevokeTimeInSeconds)).ContinueWith(t =>
{
MiraiHTTPCore.Bot.RecallAsync(message, qq.ID.ToString());
MiraiHTTPCore.Bot.RecallAsync(qq.ID.ToString(), message);
});

return;
Expand Down
2 changes: 1 addition & 1 deletion WFBot/WFBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<ItemGroup>
<PackageReference Include="BlazorStrap" Version="5.0.106" />
<PackageReference Include="Chaldene" Version="0.1.0" />
<PackageReference Include="Chaldene" Version="0.3.0" />
<PackageReference Include="Fastenshtein" Version="1.0.0.5" />
<PackageReference Include="GammaLibrary" Version="3.0.0-pre1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.20" />
Expand Down

0 comments on commit e56cafa

Please sign in to comment.