chore: clean up .net sentry exceptions
Some checks failed
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled

This commit is contained in:
alyssa 2026-01-25 06:53:15 -05:00
parent ce0983ba16
commit 09ed215e6c
6 changed files with 38 additions and 17 deletions

View file

@ -442,7 +442,7 @@ public class ProxiedMessage
return;
}
await ctx.Reply(components: await _embeds.CreateAuthorMessageComponents(user, message));
await ctx.Reply(components: _embeds.CreateAuthorMessageComponents(user, message));
return;
}