mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-03 03:04:28 +00:00
Discord.js - StringSelectMenu
This commit is contained in:
@ -26,7 +26,7 @@ module.exports = {
|
||||
});
|
||||
console.error(error);
|
||||
}
|
||||
} else if (interaction.isSelectMenu() || interaction.isButton()){
|
||||
} else if (interaction.isStringSelectMenu() || interaction.isButton()){
|
||||
const commandName = interaction.customId;
|
||||
const command = client.commands.get(commandName);
|
||||
if (!command) return;
|
||||
|
Reference in New Issue
Block a user