From c2a8671f31c44fbb4e1ed321aa7da4b5b864eef4 Mon Sep 17 00:00:00 2001 From: byron <47872200+byeoon@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:35:04 -0400 Subject: [PATCH] linting and testing all over the place --- src/plugins/WebhookManager/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/WebhookManager/index.tsx b/src/plugins/WebhookManager/index.tsx index aa8f0db30..a4d2a0bf8 100644 --- a/src/plugins/WebhookManager/index.tsx +++ b/src/plugins/WebhookManager/index.tsx @@ -76,8 +76,8 @@ export default definePlugin({ embeds: [ { // @ts-ignore - title: `Webhook Information`, - color: '#00007d', + title: "Webhook Information", + color: "#00007d", author: { // @ts-ignore icon_url: `https://cdn.discordapp.com/avatars/${response.id}/${response.avatar}.png`,