From fdad4c376c1f4270918cdd28ed910106cf9bdcd3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 24 Sep 2025 02:43:01 -0700 Subject: style: Lint --- src/discord/embeds.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/discord/embeds.ts') diff --git a/src/discord/embeds.ts b/src/discord/embeds.ts index 6873617..3f7c344 100644 --- a/src/discord/embeds.ts +++ b/src/discord/embeds.ts @@ -175,9 +175,7 @@ export const createAppealEmbed = ( } : undefined, footer: { - text: isDM - ? "Appeal submitted via DM" - : "Appeal submitted from server", + text: isDM ? "Appeal submitted via DM" : "Appeal submitted from server", }, }; }; -- cgit v1.2.3