$editSelectMenu
Edits select menu.
Usage
$editSelectMenu[Menu ID;Min;Max;(Placeholder;Message ID)]
Example
Interaction Code
$editSelectMenu[Example;1;1;Choose some option 😀]
$addSelectMenuOption[Example;First;first-option;The first option]
$addSelectMenuOption[Example;Second;second-option;The second option]
$addSelectMenuOption[Example;Third;third-option;The third option]
For more info, see the Select Menu Guide.