Split expiry date to its own field
All checks were successful
Test / build (push) Successful in 34s

This commit is contained in:
Ethan Lane 2025-02-03 18:23:29 +00:00
parent 7c17e1d0d0
commit a050dd7131
2 changed files with 15 additions and 3 deletions

View file

@ -7,8 +7,14 @@ exports[`GenerateEffectEmbed GIVEN there is an active effect, EXPECT field added
"description": "Unclaimed Chance Up x1",
"fields": [
{
"inline": true,
"name": "Active",
"value": "Unclaimed Chance Up (Exp. <t:1738174>)",
"value": "Unclaimed Chance Up",
},
{
"inline": true,
"name": "Expires",
"value": "<t:1738174>",
},
],
"footer": {