Skip to content

Commit

Permalink
docs: update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
monbrey committed Jun 1, 2021
1 parent 61c5293 commit 8c5003a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structures/MessageActionRow.js
Expand Up @@ -11,13 +11,13 @@ class MessageActionRow extends BaseMessageComponent {
/**
* Components that can be placed in a MessageActionRow
* * MessageButton
* @typedef {MessageButton} MessageActionRowComponent
* @typedef {MessageButton|MessageSelectMenu} MessageActionRowComponent
*/

/**
* Options for components that can be placed in a MessageActionRow
* * MessageButtonOptions
* @typedef {MessageButtonOptions} MessageActionRowComponentOptions
* @typedef {MessageButtonOptions|MessageSelectMenuOptions} MessageActionRowComponentOptions
*/

/**
Expand Down

0 comments on commit 8c5003a

Please sign in to comment.