embedCreate
Lets you create embeds with an interactive builder
Program
- Javascript
- Typescript
const simplydjs = require("simply-djs");
import simplydjs from "simply-djs";
simplydjs.embedCreate(interaction, {
// options (optional)
})
Output
Arguments:
simplydjs.embedCreate(
interaction: Discord.Message | Discord.CommandInteraction,
options: embOptions
)
- interaction:
Discord.Message
|Discord.CommandInteraction
- options:
embOptions
Options embOptions
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
embed | CustomizableEmbed | ❌ | default embed | Pass a CustomizableEmbed Object to customize the builder embed |