New features
- Unique username system support (#70)
- Additional headers and HTTP server port can now be specified in REST options (#78, #79)
- The onboarding object can now be updated (#69)
- Attachment and role flags (#85, #86)
- Uncached
messageReactionAdd
events may now include data about the author of the message (#87) - Support for
/applications/@me
endpoint (#90) - Support for
withCounts
inClient#getRESTGuilds()
(#88) - Support for
defaultForumLayout
inClient#createChannel()
(#84) - Support for media channels (#96)
- Document being able to set activity state (#101)
- New permission constants (#76)
Performance improvements
- The
update()
method is now called only once in classes inheriting fromChannel
andUser
(#91)
Bug fixes
AnyInteractionGateway
type now includesModalSubmitInteraction
(#97)Constants.REST_VERSION
andConstants.GATEWAY_VERSION
have been corrected in the typings (#98)- Attachment command options are now allowed in TypeScript (#92)
Full Changelog: v0.1.2...v0.1.3