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,
},
{
name: 'Flavor',
value: `${strainInfo.flavor}`,
name: 'Treats',
value: `${strainInfo.ailments}`,
inline: true,
},
{
name: 'Description',
value: `${strainInfo.ailments}`,
inline: false,
name: 'Flavor',
value: `${strainInfo.flavor}`,
inline: true,
},
]);