Remove .setAuthor as my usage of it is deprecated
This commit is contained in:
parent
e60479c85a
commit
41be4672fa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user