Skip to content

Commit 32655ff

Browse files
sdanialrazaJiralite
andcommitted
refactor(additional-info): replace isAnySelectMenu with isSelectMenu (#1597)
Co-authored-by: Jiralite <[email protected]>
1 parent d319690 commit 32655ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)