[Question] How long is a file stored?

My bot send an attachment (simple JSON files) and stock the ID of the message (+channel obviously). I download the attachment and parse it when needed. But with the changement discord have with attachment, I want to know how long it lives on the server before being deleted. I don't mean about the links expiring, but the attachment itself (as I don't use the attachment URL).
4 Replies
d.js toolkit
d.js toolkit9mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by OP
Syjalo
Syjalo9mo ago
It's better to ask in Discord Developers server, since the question isn't related to discord.js
monbrey
monbrey9mo ago
Attachments dont get deleted. Unless you delete it
Mara
MaraOP9mo ago
okay, sorry ^^" okay !

Did you find this page helpful?