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