🧩Embed System Guide (Embeds Command)

Attention we've enclosed the snaps below every table which may helps you to understand virtually to create, edit, delete, list, send, re-send a embed

βš™οΈ Note

  • Options in brackets [] are optional.

  • Supports dynamic emoji replacement using {emojiname:emojiName} and newlines via {newline} in the description.

  • All actions are logged, and permission checks are enforced before execution.

  • Only users with Manage Guild permission can execute these commands.

Command
Usage
Description

/embeds create

Usage : /embeds create name:<text> description:<text> [color:<hex>] [thumbnail:<url>] [image:<url>] [footer:<text>] [author:<text>] [title:<text>] [url:<url>] [footer-image:<url>] [author-image:<url>]

Creates a new custom embed with the provided content and styling options. Requires Manage Guild permission.

colour to author-image are optional
embed created successfully
Command
Usage
Description

/embeds edit

Usage : /embeds edit name:<existing> [description:<text>] [color:<hex>] ...

Updates an existing embed's content or styling. Requires Manage Guild permission.

here we're only editing embed colour as an example
output before edit
output after edit
Command
Usage
Description

/embeds list

Usage : /embeds list

Lists all stored embeds in the current server with name, creator, and creation time. Requires Manage Guild permission.

name of the embed, who created it along with date and time will display
Command
Usage
Description

/embeds delete

Usage : /embeds delete name:<existing>

Deletes an embed by name from the database. Requires Manage Guild permission.

Command
Usage
Description

/embeds send

Usage : /embeds send name:<existing> channel:<#channel>

Sends a stored embed to a specified text or announcement channel. Emojis are auto-replaced. Requires Manage Guild permission.

Command
Usage
Description

/embeds re-send

Usage : /embeds re-send name:<existing> messageid:<id> channel:<#channel>

Replaces an existing message (by message ID) with a stored embed in the target channel. Requires Manage Guild permission.

it's a edited embed message, below you can see (edited)

Last updated