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,
|
||||
},
|
||||
{
|
||||
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,
|
||||
},
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user