ZaddMentionableSelect
Adds a mentionable select menu (users and roles) component to the bot’s response.
Syntax
ZaddMentionableSelect{menuID;min?;max?;placeholder?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| menuID | string | Yes | - |
| min | integer | No | 1 |
| max | integer | No | 1 |
| placeholder | string | No | - |
Example
ZaddMentionableSelect{mention_select;1;1;Pick a user or role}