mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-14 03:09:59 +00:00
Fixed select menu bug
This commit is contained in:
@@ -176,7 +176,7 @@ export async function sendHybridInteractionMessageResponse(
|
||||
): Promise<Message | BaseInteraction | undefined> {
|
||||
Logger.verbose(LOGGING_TAG, `Sending hybrid interaction message response, ${JSON.stringify(payload)})}`);
|
||||
|
||||
if (data.isApplicationCommand() || data.isButton() || data.isSelectMenu()) {
|
||||
if (data.isApplicationCommand() || data.isButton() || data.isStringSelectMenu()) {
|
||||
const messageComponent = data.getMessageComponentInteraction();
|
||||
|
||||
if (!messageComponent.replied) {
|
||||
|
||||
Reference in New Issue
Block a user