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

View File

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