Skip to content

Commit

Permalink
async escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightczx committed Dec 8, 2023
1 parent af6214b commit 0159a08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed class HutaoServerCommands : DiscordApplicationModuleBase
embed.WithDescription("[TEST] 正在统计祈愿记录,请稍候");
LocalInteractionMessageResponse response = new LocalInteractionMessageResponse()
.WithEmbeds(embed);

await Task.Yield();
return Response(response);
}
}

0 comments on commit 0159a08

Please sign in to comment.