Skip to content

Commit

Permalink
"Proposed" instead of "New" in submission footers
Browse files Browse the repository at this point in the history
makes more sense when a texture is rejected, @TheRandomGamrTRG for idea
  • Loading branch information
3vorp committed Jan 19, 2025
1 parent 45b3618 commit e794562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/submission/makeEmbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default async function makeEmbed(
embed
.setImage(comparedUrl)
.setThumbnail(thumbnailUrl)
.setFooter({ text: hasReference ? "Reference | New | Current" : "Reference | New" });
.setFooter({ text: hasReference ? "Reference | Proposed | Current" : "Reference | Proposed" });

// if it's a blank mcmeta there's no point adding a whole field for it
if (Object.keys(mcmeta?.animation ?? {}).length)
Expand Down

0 comments on commit e794562

Please sign in to comment.