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 99667e4890 - Show all commits

View file

@ -1236,7 +1236,7 @@ discord.on("interactionCreate", async (interaction) => {
res.buffer().then(async (buffer) => { res.buffer().then(async (buffer) => {
interaction.editReply({ interaction.editReply({
embeds: [{ embeds: [{
title: `${toTitleCase(type)} Outlook Day ${day}`, title: `${toTitleCase(type)} Outlook Day ${day + 1}`,
image: { image: {
url: `attachment://${type}_${day}.png` url: `attachment://${type}_${day}.png`
}, },