Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/components/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Action Rows can contain:

```json
{
"flags": 32768
"flags": 32768,
"components": [
{
"type": 1,
Expand Down
4 changes: 2 additions & 2 deletions docs/components/using-message-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ All content must be sent as components instead of using the standard message for
{
"type": 10,
"content": "This is a message using the Text Display component"
},
}
]
}
```
Expand All @@ -59,7 +59,7 @@ To send a message with multiple components, you can include multiple component o
{
"type": 10,
"content": "This is another Text Display component!"
},
}
]
}
```
Expand Down