Skip to content

Commit

Permalink
docs: isStringSelectMenu() in Js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Dec 4, 2022
1 parent 8986cf5 commit ebaad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/BaseInteraction.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class BaseInteraction extends Base {
* Indicates whether this interaction is a {@link StringSelectMenuInteraction}.
* @returns {boolean}
*
* @deprecated Use {@link Interaction#isStringSelectMenu} instead
* @deprecated Use {@link BaseInteraction#isStringSelectMenu} instead
*/
isSelectMenu() {
return this.isStringSelectMenu();
Expand Down

0 comments on commit ebaad01

Please sign in to comment.