summaryrefslogtreecommitdiff
path: root/src/discord/embeds.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/discord/embeds.ts')
-rw-r--r--src/discord/embeds.ts4
1 files changed, 1 insertions, 3 deletions
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",
},
};
};