Update .strain embed to reflect new data source

This commit is contained in:
Skylar Grant 2022-12-02 00:27:46 -05:00
parent 696e370c0b
commit 42f0fc8913
1 changed files with 5 additions and 5 deletions

View File

@ -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 ]});