diff --git a/src/plugins/webhookManager.desktop/index.tsx b/src/plugins/webhookManager.desktop/index.tsx index 36084de92..03f907440 100644 --- a/src/plugins/webhookManager.desktop/index.tsx +++ b/src/plugins/webhookManager.desktop/index.tsx @@ -68,7 +68,9 @@ function WebhookMessageModal(props: ModalProps) { } else { Native.executeWebhook(params.url, { - content: params.content + webhookMessage: params.content, + username: params.username, + avatar_url: params.avatarUrl }); }