From de75752b5ebb2d4102ed313d77e76c49ede953de Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 23 Dec 2019 00:35:25 +0100 Subject: [PATCH] Oops pt. 2 --- PluralKit.Bot/Services/WebhookExecutorService.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PluralKit.Bot/Services/WebhookExecutorService.cs b/PluralKit.Bot/Services/WebhookExecutorService.cs index ed9a319a..217b9b34 100644 --- a/PluralKit.Bot/Services/WebhookExecutorService.cs +++ b/PluralKit.Bot/Services/WebhookExecutorService.cs @@ -160,10 +160,5 @@ namespace PluralKit.Bot // since Discord blocks webhooks containing the word "Clyde"... for some reason. /shrug return name.Substring(0, match.Index + 1) + '\u200A' + name.Substring(match.Index + 1); } - - public void Dispose() - { - _client.Dispose(); - } } } \ No newline at end of file