© 2026 Hedgehog Software, LLC
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 required