/embed
Tip
This command requires the administrator permission by default.
To learn how to change this, please check the faq command.
Spawn or edit embeds
/embed create
Tip
This command requires the administrator permission by default.
To learn how to change this, please check the faq command.
Create and send an embed to a channel.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| channel | The channel you'd like the embed to be sent to. Defaults to the current channel. | the current channel | |
| title | The title you'd like the embed to have. | None | |
| description | The description you'd like the embed to have. | None | |
| footer_text | The text you'd like the footer to have. | None | |
| footer_icon_url | The icon_url (image) you'd like the footer to have. | None | |
| author_text | The text you'd like the author field to have. | None | |
| author_url | The url you'd like the author field to have. | None | |
| author_icon_url | The icon_url (image) you'd like the author to have. | None | |
| thumbnail_url | The url for the thumbnail you'd like the embed to have. | None | |
| image_url | The url for the image you'd like the embed to have. | None | |
| color | The color you'd like the embed to have. | None | |
| include_timestamp | Whether to include a timestamp or not. Defaults to not. | not |
/embed edit
Tip
This command requires the administrator permission by default.
To learn how to change this, please check the faq command.
Edit an embed created with the /embed create command.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| message | A link to a message or a message ID of the embed you'd like to modify. | None |
/embed clone
Tip
This command requires the administrator permission by default.
To learn how to change this, please check the faq command.
Clones an embed to the current channel or a given channel.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| message | A link to a message or a message ID of the embed you'd like to clone. | None | |
| channel | The channel the cloned embed needs to be sent to. Defaults to current channel. | current channel | |
| delete_original | Whether to delete the original message or not. | None |
/embed export
Tip
This command requires the administrator permission by default.
To learn how to change this, please check the faq command.
Exports an embed to json.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| message | A link to a message or a message ID of the embed you'd like to export. | None |
/embed import
Tip
This command requires the administrator permission by default.
To learn how to change this, please check the faq command.
Imports an embed from json.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| json_data | str | The json data of the embed you'd like to import. | None |
| channel | TextChannel | The channel the embed should get posted in. | None |
/embed print_description
Tip
This command requires the administrator permission by default.
To learn how to change this, please check the faq command.
Exports the description of an embed to a text file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| message | A link to a message or a message ID of the embed you'd like to export | None |