-
Hi! I have a music bot that plays internet sources. The bot seems to 'hang' whenever someone sends an image, seemingly downloading the |
Beta Was this translation helpful? Give feedback.
Answered by
SpaceEEC
Sep 29, 2021
Replies: 1 comment 2 replies
-
discord.js doesn't automatically download anything (including attached files).
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
almostSouji
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
discord.js doesn't automatically download anything (including attached files).
MessageAttachment
only holds metadata that Discord sends along the payload through the gateway.