$addSelectMenuOption

Adds a option to the select menu.

Usage

$addSelectMenuOption[title;description;value;emoji;defaultOption]

This function has five params.

ParamDescriptionTypeRequired

title

The title of this select menu option.

String

Yes

description

The description of this select menu option.

String

Yes

value

The value given by the developer for this option.

String

Yes

emoji

The emoji for this select menu option.

String

No

defaultOption

Whether this option is the default one.

Boolean

No

Last updated