Cheap Credits Official Homepage

/embed

Customize how embeds appear when using Cheap Credits.

General

Set a custom colour for your embeds.

/embed_colour

Usage

/embed_colour new_colour:#FF5733
/embed_colour new_colour:0x7289DA is_server:true

Arguments

NameTypeRequiredDescriptionDefault
new_colourStringHex code (e.g. #FF5733 or 0x7289DA)0x7289DA
is_serverBooleantrue to set for the server (requires Manage Server)False

Set a custom name for the embed author.

/embed_author_name

Usage

/embed_author_name author_name:"Epic Personal Bot"
/embed_author_name author_name:"My Server Name" is_server:true

Arguments

NameTypeRequiredDescriptionDefault
author_nameStringText shown at the top of embeds (max 256 chars) (Not the "Cheap [feature]" text.)Cheap Credits
is_serverBooleantrue to set for the server (requires Manage Server)False

Set a custom icon for the embed author.

/embed_author_icon

Usage

/embed_author_icon icon_url:https://example.com/icon.png
/embed_author_icon icon_url:https://example.com/icon.png is_server:true

Arguments

NameTypeRequiredDescriptionDefault
icon_urlStringDirect image link (must be HTTPS)0x7289DA
is_serverBooleantrue to set for the server (requires Manage Server)False

Usage

/embed_footer_text footer_text:"Epic Personal Bot Footer"
/embed_footer_text footer_text:"My Server Footer" is_server:true

Arguments

NameTypeRequiredDescriptionDefault
footer_textStringText to show (max 2048 characters)Empty
is_serverBooleantrue to set for the server (requires Manage Server)False

Usage

/embed_footer_icon icon_url:https://example.com/icon.png
/embed_footer_icon icon_url:https://example.com/icon.png is_server:true

Arguments

NameTypeRequiredDescriptionDefault
icon_urlStringDirect image link (must be HTTPS)Empty
is_serverBooleantrue to set for the server (requires Manage Server)False

Using Variables in Embeds

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.


Advanced

Set multiple embed properties at once using JSON.

/embed_kwargs

Usage

/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

Arguments

NameTypeRequiredDescriptionDefault
kwargsStringA JSON object with any of the following properties: colour, author_name, author_icon, footer_text, footer_icon.
is_serverBooleantrue to apply settings server-wide (requires Manage Server permission).False

JSON Properties

PropertyTypeDescription
colourStringHex code like #FF5733 or 0x7289DA (without transparency).
author_nameStringTop text in the embed (max 256 characters).
author_iconStringDirect HTTPS image URL for the author icon.
footer_textStringText at the bottom of the embed (max 2048 characters).
footer_iconStringDirect HTTPS image URL for the footer icon.

Notes

  • You can set different styles for yourself and for servers.
  • Server settings apply globally within the server and override user settings when present.
  • Server settings require Manage Server permission.
  • Leave a field empty to keep it at its default value.
  • Colour can be specified with or without # or 0x, it's auto-normalized.
  • All variables are supported in custom embeds: use any variable from /variables in your embed text.
  • (kwargs) Invalid or unknown keys will be rejected with an error.