Make output of outlook not ephemeral

This commit is contained in:
Christopher Cookman 2024-05-19 10:26:14 -06:00
parent b86eabcf1b
commit b49d1c9a58
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

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) => {