From e1cb5b0556ad23dbf1e3ee270af925cbd26bf507 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 2 Dec 2022 13:01:20 -0500 Subject: [PATCH] Revert "Update .strain embed to reflect new data source" This reverts commit 42f0fc891367eb73902216d313bdb75c151de96d. --- functions.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions.js b/functions.js index 03c4d1d..39aad3e 100644 --- a/functions.js +++ b/functions.js @@ -323,14 +323,14 @@ const functions = { inline: true, }, { - name: 'Flavor', - value: `${strainInfo.flavor}`, + name: 'Treats', + value: `${strainInfo.ailments}`, inline: true, }, { - name: 'Description', - value: `${strainInfo.ailments}`, - inline: false, + name: 'Flavor', + value: `${strainInfo.flavor}`, + inline: true, }, ]);