feat: more log context
This commit is contained in:
parent
4047df8610
commit
7749c9d9e2
21 changed files with 159 additions and 15 deletions
|
|
@ -38,6 +38,7 @@ public class InviteDeleteResponder(
|
|||
|
||||
public async Task<Result> RespondAsync(IInviteDelete evt, CancellationToken ct = default)
|
||||
{
|
||||
using var _ = LogUtils.Enrich(evt);
|
||||
var guildId = evt.GuildID.Value;
|
||||
|
||||
var dbDeleteCount = await inviteRepository.DeleteInviteAsync(guildId, evt.Code);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue