From 41be4672fab1854a78695be0f67aaf0982d5478b Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 10 Jun 2022 22:49:11 -0400 Subject: [PATCH] Remove .setAuthor as my usage of it is deprecated --- functions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.js b/functions.js index e939cfb..afdb15b 100644 --- a/functions.js +++ b/functions.js @@ -296,7 +296,6 @@ const functions = { }, strain(commandData, message) { const strainEmbed = new Discord.MessageEmbed() - .setAuthor(`${commandData.command} #${commandData.strainInfo.id}`) .setTimestamp() .setFooter(commandData.author); const { strainInfo } = commandData;