Commands - Embeds Module¶
This page outlines the commands built into the Embeds Module.
Embed Create¶
The /embed create command opens the Embed Builder - an interactive menu for designing and posting a custom embedded message to a channel.
Options
| Option | Required | Description |
|---|---|---|
channel_type |
Yes | The type of channel to post to: Announcement Channel or Everything Else |
Associated Menu
This command opens the Embed Builder Menu.
Restrictions
This command requires the EMBEDS_ADMIN permission.
Embed Edit¶
The /embed edit command opens the Embed Builder to edit an existing embedded message.
Options
| Option | Required | Description |
|---|---|---|
channel |
Yes | The Discord channel containing the embed to edit |
message_id |
Yes | The Message ID of the embed to edit |
Associated Menu
This command opens the Embed Builder Menu.
Restrictions
This command requires the EMBEDS_ADMIN permission.
Embed Source¶
The /embed source command retrieves the raw JSON source code of an existing embedded message.
Options
| Option | Required | Description |
|---|---|---|
channel |
Yes | The Discord channel containing the embed |
message_id |
Yes | The Message ID of the embed |
Restrictions
This command requires the EMBEDS_ADMIN permission.
Tip
Use /embed source to copy an embed's JSON, then re-post it elsewhere with /embed fromsource.
Embed From Source¶
The /embed fromsource command sends a custom embed to a channel using raw JSON code.
Options
| Option | Required | Description |
|---|---|---|
channel |
Yes | The Discord channel to send the embed to |
Restrictions
This command requires the EMBEDS_ADMIN permission.