Update .strain embed to reflect new data source
This commit is contained in:
parent
696e370c0b
commit
42f0fc8913
10
functions.js
10
functions.js
@ -322,16 +322,16 @@ const functions = {
|
|||||||
value: `${strainInfo.effects}`,
|
value: `${strainInfo.effects}`,
|
||||||
inline: true,
|
inline: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'Treats',
|
|
||||||
value: `${strainInfo.ailments}`,
|
|
||||||
inline: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Flavor',
|
name: 'Flavor',
|
||||||
value: `${strainInfo.flavor}`,
|
value: `${strainInfo.flavor}`,
|
||||||
inline: true,
|
inline: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Description',
|
||||||
|
value: `${strainInfo.ailments}`,
|
||||||
|
inline: false,
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
message.reply({ embeds: [ strainEmbed ]});
|
message.reply({ embeds: [ strainEmbed ]});
|
||||||
|
Loading…
Reference in New Issue
Block a user