Revert "Update .strain embed to reflect new data source"

This reverts commit 42f0fc8913.
This commit is contained in:
Skylar Grant 2022-12-02 13:01:20 -05:00
parent a233d18e53
commit e1cb5b0556

View File

@ -323,14 +323,14 @@ const functions = {
inline: true, inline: true,
}, },
{ {
name: 'Flavor', name: 'Treats',
value: `${strainInfo.flavor}`, value: `${strainInfo.ailments}`,
inline: true, inline: true,
}, },
{ {
name: 'Description', name: 'Flavor',
value: `${strainInfo.ailments}`, value: `${strainInfo.flavor}`,
inline: false, inline: true,
}, },
]); ]);