Skip to content

Commit 492e877

Browse files
refactor(additional-info): replace isAnySelectMenu with isSelectMenu (#1597)
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
1 parent 261831b commit 492e877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/additional-info/updating-from-v14.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure you're using the latest LTS version of Node. To check your Node versio
1212

1313
### BaseInteraction
1414

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

1717
### Client
1818

0 commit comments

Comments
 (0)