Send Attachment
const attachment = new discord.AttachmentBuilder()
.setFile(Canvas.toBuffer())
.setName('profileMember.png');
await interaction.channel.send({attachments: [attachment]});const attachment = new discord.AttachmentBuilder()
.setFile(Canvas.toBuffer())
.setName('profileMember.png');
await interaction.channel.send({attachments: [attachment]});DiscordAPIError[50035]: Invalid Form Body
attachments[0].id[BASE_TYPE_REQUIRED]: This field is requiredDiscordAPIError[50035]: Invalid Form Body
attachments[0].id[BASE_TYPE_REQUIRED]: This field is requiredhelp pls...