Skip to main content

embedCreate

Lets you create embeds with an interactive builder

Program

const simplydjs = require("simply-djs");
simplydjs.embedCreate(interaction, { 
// options (optional)
})

Output

image

Arguments:

simplydjs.embedCreate(
interaction: Discord.Message | Discord.CommandInteraction,
options: embOptions
)

Options embOptions

ParameterTypeRequiredDefaultDescription
embedCustomizableEmbeddefault embedPass a CustomizableEmbed Object to customize the builder embed