mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix Clyde, also without an attachment
This commit is contained in:
parent
74e0508065
commit
9b0b8b4353
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue