discord-jda / JDA

Java wrapper for the popular chat & VOIP service: Discord https://discord.com
Apache License 2.0
4.33k stars 736 forks source link

Add `ImageProxy#downloadAsIcon` #2727

Open freya022 opened 1 month ago

freya022 commented 1 month ago

Pull Request Etiquette

Changes

Closes Issue: NaN

Description

Adds ImageProxy#downloadAsIcon, same as in AttachmentProxy, this benefits users as the data is downloaded on the OkHttp threads and is then immediately usable.

Also updates some proxy docs.