Fix Clyde, also without an attachment

This commit is contained in:
Ske 2019-08-14 07:21:03 +02:00
parent 74e0508065
commit 9b0b8b4353

View File

@ -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)
{