Skip to content

Commit

Permalink
docs: a couple more links
Browse files Browse the repository at this point in the history
  • Loading branch information
monbrey committed Jun 4, 2021
1 parent b9754ed commit 4d88839
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/structures/BaseMessageComponent.js
Expand Up @@ -16,13 +16,16 @@ class BaseMessageComponent {

/**
* Data that can be resolved into options for a MessageComponent. This can be:
* * MessageActionRowOptions
* * MessageButtonOptions
* * {@link MessageActionRowOptions}
* * {@link MessageButtonOptions}
* @typedef {MessageActionRowOptions|MessageButtonOptions|MessageSelectMenuOptions} MessageComponentOptions
*/

/**
* Components that can be sent in a message
* Components that can be sent in a message. This can be:
* * {@link MessageActionRow}
* * {@link MessageButton}
* * {@link MessageSelectMenu}
* @typedef {MessageActionRow|MessageButton|MessageSelectMenu} MessageComponent
*/

Expand Down

0 comments on commit 4d88839

Please sign in to comment.