Skip to content

Commit 7286784

Browse files
committed
Fixed table indentation
1 parent 424e81e commit 7286784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/interactions/message-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ The payloads for the select menu components are detailed in the [select menu str
315315
|-----------------------|---------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
316316
| type | integer | [Type](/docs/interactions/message-components#component-object-component-types) of select menu component (text: `3`, user: `5`, role: `6`, mentionable: `7`, channels: `8`) |
317317
| custom_id | string | ID for the select menu; max 100 characters |
318-
| options?\* | array of [select options](/docs/interactions/message-components#select-menu-object-select-option-structure) | Specified choices in a select menu (only required and available for string selects (type `3`)); max 25 |
318+
| options?\* | array of [select options](/docs/interactions/message-components#select-menu-object-select-option-structure) | Specified choices in a select menu (only required and available for string selects (type `3`)); max 25 |
319319
| channel_types?\*\* | array of [channel types](/docs/resources/channel#channel-object-channel-types) | List of channel types to include in the channel select component (type `8`) |
320320
| placeholder? | string | Placeholder text if nothing is selected; max 150 characters |
321321
| default_values?\*\*\* | array of [default value objects](/docs/interactions/message-components#select-menu-object-select-default-value-structure) | List of default values for auto-populated select menu components; number of default values must be in the range defined by `min_values` and `max_values` |

0 commit comments

Comments
 (0)