Functions related to embeds of a reply

embed();

Returns: void

Functions

.color(color)

Set the color of the current embed

Parameter Type Description
color ColorResolvable The color to set

Returns: void


.title(title)

Set the title of the current embed

Parameter Type Description
title String The title to set

Returns: void


.description(description)

Set the description of the current embed

Parameter Type Description
description String The description to set

Returns: void


.footer(footer, icon)