summaryrefslogtreecommitdiff
path: root/src/discord/embeds.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-24 02:43:01 -0700
committerFuwn <[email protected]>2025-09-24 02:43:01 -0700
commitfdad4c376c1f4270918cdd28ed910106cf9bdcd3 (patch)
treef5dc808dc429dc683709cd40ef01c598d759eacb /src/discord/embeds.ts
parentfeat: Restrict complain and appeal commands to DMs (diff)
downloadumabotdiscord-fdad4c376c1f4270918cdd28ed910106cf9bdcd3.tar.xz
umabotdiscord-fdad4c376c1f4270918cdd28ed910106cf9bdcd3.zip
style: Lint
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",
},
};
};