diff --git a/PluralKit.Bot/Services/WebhookExecutorService.cs b/PluralKit.Bot/Services/WebhookExecutorService.cs index 217b9b34..cb22314e 100644 --- a/PluralKit.Bot/Services/WebhookExecutorService.cs +++ b/PluralKit.Bot/Services/WebhookExecutorService.cs @@ -18,7 +18,7 @@ using Serilog; namespace PluralKit.Bot { - public class WebhookExecutorService: IDisposable + public class WebhookExecutorService { private WebhookCacheService _webhookCache; private ILogger _logger;