-
Why is message.edit attachments? is there a paticular reason for this? |
Beta Was this translation helpful? Give feedback.
Answered by
LeoCx1000
Mar 6, 2022
Replies: 2 comments
-
is this because edit supports attachments as it works with the attachments already there and new files? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'd assume so, becase you can now pass |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JDJGInc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd assume so, becase you can now pass
Attachment
s andFile
s.Also the
attachments
kwarg in message.edit was already a thing before, so it would just be an unnecessary breaking change.