zaida04 / guilded.js

A library for creating bots with the guilded.gg bot API.
https://guilded.js.org
MIT License
67 stars 15 forks source link

Send images #201

Closed ssamachi closed 1 year ago

ssamachi commented 1 year ago

Can I send or upload an image to a guilded channel? Using this library?

zaida04 commented 1 year ago

Guilded only supports uploading an image through a webhook in the API.

If you have an already uploaded image from another CDN, you can use an embed to send the image to the channel.

ssamachi commented 1 year ago

Guilded only supports uploading an image through a webhook in the API.

If you have an already uploaded image from another CDN, you can use an embed to send the image to the channel.

I see. Using the webhook when I send a large image it returns an image with smaller resolution. Do you know why that happens?

zaida04 commented 1 year ago

That is likely an issue with either the image being passed in or the CDN resizing it.

zaida04 commented 1 year ago

Closing, feel free to reopen if this issue isn't solved.