You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I currently have an app that is only API interactions, and I am switching to a regular bot with paginated embeds, I have a need to set an embed image for each embed. The current way I am doing this is by setting the image to attachment://${imageFileName} and then adding the raw image buffer to the files. It seems though that using setAttachments just uploads all the images outside of the embeds.
Is this something that's possible?
The text was updated successfully, but these errors were encountered:
Hi, I currently have an app that is only API interactions, and I am switching to a regular bot with paginated embeds, I have a need to set an embed image for each embed. The current way I am doing this is by setting the image to
attachment://${imageFileName}
and then adding the raw image buffer to thefiles
. It seems though that using setAttachments just uploads all the images outside of the embeds.Is this something that's possible?
The text was updated successfully, but these errors were encountered: