We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c43bf5 commit f266173Copy full SHA for f266173
src/events/interactionCreate.js
@@ -47,7 +47,7 @@ export default {
47
}
48
49
50
- if (interaction.isStringSelectMenu()) {
+ if (interaction.isAnySelectMenu()) {
51
const selectMenu = client.selectMenus.get(interaction.customId);
52
if (!selectMenu) return;
53
try {
0 commit comments