#.setAuthor & .setFooter deprecation
1 messages · Page 1 of 1 (latest)
.setFooter is the same u do instead of: .setFooter("TEXT", "LINK") just: .setFooter({text: "TEXT", iconURL: "LINK" })
and .setauthor means that cant be used?
wdym ?
can we still use setauthor?
.setAuthor({ name: `...`, iconURL: `...`, url: `...` });