diff options
Diffstat (limited to 'src/discord')
| -rw-r--r-- | src/discord/embeds.ts | 4 |
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", }, }; }; |