$embedSuppressErrors

Suppresses the error messages, responds with the embed if there is a error.

Usage

$embedSuppressErrors[title;description;(color;author;footerText;footerIcon)]

🧙‍♂️ All fields are optional, leave the field empty to not include it. Atleast one field needs to be inputted, however.

$embedSuppressErrors[Error!;There was a error!;;;;] - this is correct. $embedSuppressErrors[Error!;There was a error!] - this is incorrect.

Parameters

  • title (Type: String || Flag: Emptiable): The title of the embed.
  • description (Type: String || Flag: Emptiable): The embed description.
  • color (Type: Color || Flag: Vacantable): The embed border color, must be a valid color hex.
  • author (Type: String || Flag: Vacantable): The embed author text.
  • footerText (Type: String || Flag: Vacantable): The embed footer text.
  • footerIcon (Type: URL || Flag: Vacantable): The embed footer icon, must be a valid image URL.