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 b49d1c9a58 - Show all commits

View file

@ -1245,7 +1245,8 @@ discord.on("interactionCreate", async (interaction) => {
files: [{ files: [{
attachment: buffer, attachment: buffer,
name: `${type}_${day}.png` name: `${type}_${day}.png`
}] }],
ephemeral: false
}); });
}); });
}).catch((err) => { }).catch((err) => {