[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
- 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 OPAttachments dont get deleted. Unless you delete it
okay, sorry ^^"
okay !