Whoops
This commit is contained in:
parent
4ca2435359
commit
fdd435c44a
2
index.js
2
index.js
|
@ -1248,6 +1248,7 @@ discord.on("interactionCreate", async (interaction) => {
|
|||
interaction.editReply({ content: "Failed to get outlook", ephemeral: true });
|
||||
});
|
||||
break;
|
||||
}
|
||||
case Discord.InteractionType.MessageComponent:
|
||||
if (interaction.customId) {
|
||||
const product_id = interaction.customId;
|
||||
|
@ -1281,6 +1282,7 @@ discord.on("interactionCreate", async (interaction) => {
|
|||
break;
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
discord.on("guildCreate", (guild) => {
|
||||
|
|
Loading…
Reference in a new issue