$addSelectMenuOption
Adds a option to the select menu.
Usage
This function has five params.
Param | Description | Type | Required |
---|---|---|---|
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