diff options
| author | Fuwn <[email protected]> | 2025-09-24 02:43:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-24 02:43:01 -0700 |
| commit | fdad4c376c1f4270918cdd28ed910106cf9bdcd3 (patch) | |
| tree | f5dc808dc429dc683709cd40ef01c598d759eacb /src/discord/embeds.ts | |
| parent | feat: Restrict complain and appeal commands to DMs (diff) | |
| download | umabotdiscord-fdad4c376c1f4270918cdd28ed910106cf9bdcd3.tar.xz umabotdiscord-fdad4c376c1f4270918cdd28ed910106cf9bdcd3.zip | |
style: Lint
Diffstat (limited to 'src/discord/embeds.ts')
| -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", }, }; }; |