diff --git a/PluralKit.Core/Dispatch/DispatchService.cs b/PluralKit.Core/Dispatch/DispatchService.cs index f4a0c279..73c7acd6 100644 --- a/PluralKit.Core/Dispatch/DispatchService.cs +++ b/PluralKit.Core/Dispatch/DispatchService.cs @@ -58,7 +58,7 @@ public class DispatchService _logger.Debug( "Dispatching webhook for system {SystemId} autoproxy update in guild {GuildId}/{ChannelId}", system.Id, guildId, channelId - ); + ); await DoPostRequest(system.Id, system.WebhookUrl, data.GetPayloadBody()); }