Skip to content

Commit f266173

Browse files
committed
updated selectMenu handler to work with all selectMenus
1 parent 3c43bf5 commit f266173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/interactionCreate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default {
4747
}
4848
}
4949

50-
if (interaction.isStringSelectMenu()) {
50+
if (interaction.isAnySelectMenu()) {
5151
const selectMenu = client.selectMenus.get(interaction.customId);
5252
if (!selectMenu) return;
5353
try {

0 commit comments

Comments
 (0)