mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Fixed select menu bug
This commit is contained in:
@@ -178,7 +178,7 @@ class Discord {
|
||||
`Triggering 'GuildButtonInteractionCreate' event for module ${thisModule.constructor.name}`
|
||||
);
|
||||
thisModule.GuildButtonInteractionCreate(interaction);
|
||||
} else if (interaction.isSelectMenu()) {
|
||||
} else if (interaction.isStringSelectMenu()) {
|
||||
Logger.verbose(
|
||||
LOGGING_TAG,
|
||||
`Triggering 'GuildSelectMenuInteractionCreate' event for module ${thisModule.constructor.name}`
|
||||
|
||||
Reference in New Issue
Block a user