Flight 3.0.6
Additions
- Add
withCounts
parameter toInvite.resolve
. - Add
Invite.resolveAsync
.
Changes
- Use JDA's
CustomEmoji.ICON_URL
when formatting URL inEmoji
. - Internal optimisations
- Make use of
*cache
instances to avoid memory copying operations. - Reduce number of
SnowflakeParser
s in memory by storing a single static instance.
- Make use of
- Update JDA dependency to
5.0.0-beta.15
.