From 9b0b8b43531b9efa2b45a5a4b1ca7df43c44db51 Mon Sep 17 00:00:00 2001 From: Ske Date: Wed, 14 Aug 2019 07:21:03 +0200 Subject: [PATCH] Fix Clyde, also without an attachment --- PluralKit.Bot/Services/WebhookExecutorService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Services/WebhookExecutorService.cs b/PluralKit.Bot/Services/WebhookExecutorService.cs index f8b17468..1f35f14a 100644 --- a/PluralKit.Bot/Services/WebhookExecutorService.cs +++ b/PluralKit.Bot/Services/WebhookExecutorService.cs @@ -61,7 +61,7 @@ namespace PluralKit.Bot avatarUrl: avatarUrl); // Otherwise, send normally - return await client.SendMessageAsync(content, username: name, avatarUrl: avatarUrl); + return await client.SendMessageAsync(content, username: FixClyde(name), avatarUrl: avatarUrl); } catch (HttpException e) {