Skip to content

1.1.2

Choose a tag to compare

@DonovanDMC DonovanDMC released this 08 Oct 11:39
· 641 commits to dev since this release
d830e88
  • Deprecate SortOrderModes in favor of SortOrderTypes (SortOrderModes will be removed in 1.2.0)
  • Deprecate JsonErrorCodes in favor of JSONErrorCodes (JsonErrorCodes will be removed in 1.2.0)
  • Remove unusable methods from group channels
  • Make OAuth#constructURL static, and export OAuth class
  • Correct JSONErrorCodes.PAYMENT_SOURCE_REQUIRED
  • Add JSONErrorCodes.CANNOT_MODIFY_SYSTEM_WEBHOOOK
  • Add client disconnect method
  • README overhaul (#22)
  • Add an OAuthHelper, accessible via client.rest.oauth.getHelper("Bearer (...)")
  • Fix handling deleted private channels, because Discord:tm: