Customize how embeds appear when using Cheap Credits.
/embed_colour new_colour:#FF5733
/embed_colour new_colour:0x7289DA is_server:true
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| new_colour | String | ✓ | Hex code (e.g. #FF5733 or 0x7289DA) | 0x7289DA |
| is_server | Boolean | ✗ | true to set for the server (requires Manage Server) | False |
/embed_author_name author_name:"Epic Personal Bot"
/embed_author_name author_name:"My Server Name" is_server:true
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| author_name | String | ✓ | Text shown at the top of embeds (max 256 chars) (Not the "Cheap [feature]" text.) | Cheap Credits |
| is_server | Boolean | ✗ | true to set for the server (requires Manage Server) | False |
/embed_author_icon icon_url:https://example.com/icon.png
/embed_author_icon icon_url:https://example.com/icon.png is_server:true
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| icon_url | String | ✓ | Direct image link (must be HTTPS) | 0x7289DA |
| is_server | Boolean | ✗ | true to set for the server (requires Manage Server) | False |
/embed_footer_text footer_text:"Epic Personal Bot Footer"
/embed_footer_text footer_text:"My Server Footer" is_server:true
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| footer_text | String | ✓ | Text to show (max 2048 characters) | Empty |
| is_server | Boolean | ✗ | true to set for the server (requires Manage Server) | False |
/embed_footer_icon icon_url:https://example.com/icon.png
/embed_footer_icon icon_url:https://example.com/icon.png is_server:true
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| icon_url | String | ✓ | Direct image link (must be HTTPS) | Empty |
| is_server | Boolean | ✗ | true to set for the server (requires Manage Server) | False |
All variables from Variables work in your custom embeds. For example:
/embed_author_name author_name:"Welcome to {server.name}!" is_server:true
^Only works in servers as the variable is a server-only variable.
/embed_footer_text footer_text:"member.mention"
^ Works in both servers and DMs as the variable displays the user's mention.
/embed_kwargs kwargs:{"footer_text":"Footer here","footer_icon":"https://example.com/icon.png"}
/embed_kwargs kwargs:{"colour":"#FF5733","author_name":"Custom Bot"} is_server:true
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| kwargs | String | ✓ | A JSON object with any of the following properties: colour, author_name, author_icon, footer_text, footer_icon. | – |
| is_server | Boolean | ✗ | true to apply settings server-wide (requires Manage Server permission). | False |
| Property | Type | Description |
|---|---|---|
colour | String | Hex code like #FF5733 or 0x7289DA (without transparency). |
author_name | String | Top text in the embed (max 256 characters). |
author_icon | String | Direct HTTPS image URL for the author icon. |
footer_text | String | Text at the bottom of the embed (max 2048 characters). |
footer_icon | String | Direct HTTPS image URL for the footer icon. |
# or 0x, it's auto-normalized./variables in your embed text.