Skip to content

Commit

Permalink
refactor(additional-info): replace isAnySelectMenu with `isSelectMe…
Browse files Browse the repository at this point in the history
…nu` (#1597)

Co-authored-by: Jiralite <[email protected]>
  • Loading branch information
sdanialraza and Jiralite authored Dec 19, 2024
1 parent 261831b commit 492e877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/additional-info/updating-from-v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure you're using the latest LTS version of Node. To check your Node versio

### BaseInteraction

`BaseInteraction#isSelectMenu()` has been removed. Use `BaseInteraction#isStringSelectMenu()` instead.
`BaseInteraction#isAnySelectMenu()` has been removed. Use `BaseInteraction#isSelectMenu()` instead, which has been repurposed to accept all select menu component types.

### Client

Expand Down

0 comments on commit 492e877

Please sign in to comment.