Revert "Update .strain embed to reflect new data source"
This reverts commit 42f0fc8913
.
This commit is contained in:
parent
a233d18e53
commit
e1cb5b0556
10
functions.js
10
functions.js
@ -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,
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user