diff --git a/PluralKit.Bot/Bot.cs b/PluralKit.Bot/Bot.cs index eb8de635..1750b65f 100644 --- a/PluralKit.Bot/Bot.cs +++ b/PluralKit.Bot/Bot.cs @@ -139,7 +139,7 @@ namespace PluralKit.Bot _logger .ForContext("Elastic", "yes?") - .Error(exc, "Exception in event handler: {{SentryEventId}}", sentryEvent.EventId); + .Error(exc, "Exception in event handler: {SentryEventId}", sentryEvent.EventId); // If the event is us responding to our own error messages, don't bother logging if (evt is MessageCreateEventArgs mc && mc.Author.Id == _client.CurrentUser.Id)