Slash Commands file attachments #3799
Answered
by
devsnek
zabihexes
asked this question in
API Feature Requests & Ideas
-
Allow sending attachments when replying to slash commands. Usage scenarios: sending any kind off images. |
Beta Was this translation helpful? Give feedback.
Answered by
devsnek
Sep 9, 2021
Replies: 2 comments 4 replies
-
An attachment type is on the roadmap: #3581 |
Beta Was this translation helpful? Give feedback.
0 replies
-
If by "replying to slash commands" you mean the bot is sending the attachments, that is already possible. the normal message api routes support attachments, and replying to interaction http posts with form data also works if you're using that. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
zabihexes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If by "replying to slash commands" you mean the bot is sending the attachments, that is already possible. the normal message api routes support attachments, and replying to interaction http posts with form data also works if you're using that.