mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Properly support KeepProxy after refactor
This commit is contained in:
parent
6d06474d26
commit
4b69ef806a
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ namespace PluralKit.Bot
|
|||
// Send the webhook
|
||||
var id = await _webhookExecutor.ExecuteWebhook(trigger.Channel, match.Member.ProxyName(ctx),
|
||||
match.Member.ProxyAvatar(ctx),
|
||||
match.Content, trigger.Attachments);
|
||||
match.ProxyContent, trigger.Attachments);
|
||||
|
||||
|
||||
Task SaveMessage() => _data.AddMessage(conn, trigger.Author.Id, trigger.Channel.GuildId, trigger.Channel.Id, id, trigger.Id, match.Member.Id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue