#Typing issue
1 messages · Page 1 of 1 (latest)
I believe name is required
iconURL may not be undefi ed
Use https://cdn.discordapp.com/embed/avatars/0.png or numbers 1 through 5 for anonymous
I think the best option would be to only set the author if some_boolean
const embed = new EmbedBuilder();
if (some_boolean) {
embed.setAuthor({ ... });
}