0.7.0-M2
Pre-release
Pre-release
0.7.0-M2
Additions
- Re-added
values
inIntent
andIntents
. - Added support for inline replies and
MessageBehavior#reply
to quickly create a reply to a message. #110 - Added a shortcut to create channels from a
CategoryBehavior
, giving them a parentId by default. #109 - Added
Gateway#requestMembers
andGuildBehavior#RequestMembers
as a shortcut for theRequestGuildMembers
command.
Fixes
- Fixed Color bug when converting from java.awt.Color with alpha. #114
Changes
- Gateway reconnect retries reset on handshake. #68