Merge feat-slash-outlook #10

Merged
ChrisChrome merged 7 commits from feat-slash-outlook into main 2024-05-19 10:29:54 -06:00
Showing only changes of commit fdd435c44a - Show all commits

View file

@ -1248,6 +1248,7 @@ discord.on("interactionCreate", async (interaction) => {
interaction.editReply({ content: "Failed to get outlook", ephemeral: true }); interaction.editReply({ content: "Failed to get outlook", ephemeral: true });
}); });
break; break;
}
case Discord.InteractionType.MessageComponent: case Discord.InteractionType.MessageComponent:
if (interaction.customId) { if (interaction.customId) {
const product_id = interaction.customId; const product_id = interaction.customId;
@ -1281,7 +1282,8 @@ discord.on("interactionCreate", async (interaction) => {
break; break;
} }
});
});
discord.on("guildCreate", (guild) => { discord.on("guildCreate", (guild) => {
// Get the main guild // Get the main guild