Skip to content

Commit

Permalink
docs: Fix a typo in the MentionableSelectMenuInteraction link (#9000)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilxlodev committed Jan 2, 2023
1 parent be294ea commit 6d7a143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/BaseInteraction.js
Expand Up @@ -322,7 +322,7 @@ class BaseInteraction extends Base {
}

/**
* Indicates whether this interaction is a {@link MenionableSelectMenuInteraction}
* Indicates whether this interaction is a {@link MentionableSelectMenuInteraction}
* @returns {boolean}
*/
isMentionableSelectMenu() {
Expand Down

0 comments on commit 6d7a143

Please sign in to comment.