From 42f0fc891367eb73902216d313bdb75c151de96d Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 2 Dec 2022 00:27:46 -0500 Subject: [PATCH] Update .strain embed to reflect new data source --- functions.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions.js b/functions.js index 39aad3e..03c4d1d 100644 --- a/functions.js +++ b/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 ]});