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}`,
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
name: 'Treats',
|
||||
value: `${strainInfo.ailments}`,
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
name: 'Flavor',
|
||||
value: `${strainInfo.flavor}`,
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
name: 'Description',
|
||||
value: `${strainInfo.ailments}`,
|
||||
inline: false,
|
||||
},
|
||||
]);
|
||||
|
||||
message.reply({ embeds: [ strainEmbed ]});
|
||||
|
Loading…
Reference in New Issue
Block a user