Functions related to the content of a reply

Functions

.set(text)

Set the content of the reply

Parameter Type Description
text String The content to set the reply to

Returns: void


.add(text)

Add content to the current reply

Parameter Type Description
text String The content to add to the reply

Returns: void


.addln(text)

Add a new line of content to the current reply

Parameter Type Description
text String The new line of content to add to the reply

Returns: void