Update src/plugins/WebhookManager/index.tsx

Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
byeoon 2024-06-07 16:01:46 -04:00 committed by GitHub
parent 0d4ec94203
commit 9ee1b5ba6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,7 +146,7 @@ export default definePlugin({
if (webhookProfilePic === "")
webhookProfilePic = undefined;
Native.executeWebhook("" + webhookUrl, {
Native.executeWebhook(webhookUrl, {
content: webhookMessage,
username: webhookUsername,
avatar_url: webhookProfilePic,