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
Is your feature request related to a problem? Please describe.
Nyxx currently doesn't have an in-built way to download Attachments. This is because attachments are not normal CDN assets (different URL format) so they don't work with the base CdnAsset constructor.
Describe the solution you'd like
Implement the CdnAsset interface on Attachment.
Describe alternatives you've considered
Downloading by calling http.get (or client.httpHandler.httpClient.get) on Attachment.url: not a very fluid API.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Nyxx currently doesn't have an in-built way to download
Attachment
s. This is because attachments are not normal CDN assets (different URL format) so they don't work with the baseCdnAsset
constructor.Describe the solution you'd like
Implement the CdnAsset interface on Attachment.
Describe alternatives you've considered
Downloading by calling
http.get
(orclient.httpHandler.httpClient.get
) onAttachment.url
: not a very fluid API.The text was updated successfully, but these errors were encountered: