You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constembed=newMessageEmbed().setColor(role.guild.me.displayHexColor).setTimestamp().setTitle(`Role Added`)if(!channel)return;channel.send({embeds: [embed.addField(`Added by:`,`**${member.user.tag}** (${member})`,true).addField(`Role:`,`${role}`,true).addField(`Added to: `,`${role.}`,true)]}).catch((err)=>{returnconsole.log(err)});``` on the field (Added to) when i o ```role.member.user.tag``` isshowsmeundefined
The text was updated successfully, but these errors were encountered:
Make sure your intents are enabled for it. https://ziad87.net/intents/
check all the intents you need and add the number to your client and remove other intents that you have already, then report back.
The text was updated successfully, but these errors were encountered: