ZaddRoleSelect
Adds a role select menu component to the bot’s response.
Syntax
ZaddRoleSelect{menuID;min?;max?;placeholder?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| menuID | string | Yes | - |
| min | integer | No | 1 |
| max | integer | No | 1 |
| placeholder | string | No | - |
Example
ZaddRoleSelect{role_select;1;2;Pick a role}