ZeditSelectMenuOption
Replaces the options on an existing select menu with a single updated option.
Syntax
ZeditSelectMenuOption{menuID;label;value;description?;default?;emoji?;messageID?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| menuID | string | Yes | - |
| label | string | Yes | - |
| value | string | Yes | - |
| description | string | No | - |
| default | boolean | No | false |
| emoji | emoji | No | - |
| messageID | snowflake | No | - |
Example
ZeditSelectMenuOption{color_menu;Blue;blue;The color blue}