Skip to content

v1.10.0

Compare
Choose a tag to compare
@DonovanDMC DonovanDMC released this 19 Mar 05:01
· 115 commits to dev since this release
f6d78c2
  • Updated dependencies
  • fix UncachedError on VOICE_STATE_UPDATE (#130, 86a6a7c)
  • reorganize application methods (eccb626)
  • Add iconURL to Application (eccb626)
  • Fix permission issues in resolved private channels (948ee44)
  • Fix editing member flags (3d861d2)
  • Fix ws compression with pako without erlpack (#139, 5ec94d7)
  • Remove regex validation from convertImage (f701104)
    • This caused the function to fail for large files
  • Guild member flags in memberUpdate event (f558ad3)
  • Add bulk banning (9b42887)
  • User installed apps (a36e623)
  • Add banner to cleint user edit method (9d619cc)

Breaking

  • Moved rest.applicationCommands to rest.applications
  • Renamed deleteEntitlement to deleteTestEntitlement
  • Return class in getSKUs
  • Fix exported Application class being OAuthApplication
  • Removed many old JSONErrorCodes names
  • Removed aliases from rest.misc
    • createTestEntitlement - use Applications#createTestEntitlement
    • deleteEntitlement - use Applications#deleteTestEntitlement
    • getApplication - use Applications#getCurrent
    • getClientApplication - use Applications#getClient
    • getEntitlements - use Applications#getEntitlements
    • getSKUs - use Applications#getSKUs
  • Renamed JSONAutocompleteInteraction#channel to channelID
  • Renamed ClientApplication#deleteEntitlement to deleteTestEntitlement
  • Removed Interaction#isModelSubmitInteraction - use isModalSubmitInteraction
  • Removed ModalInteractionResponse type alias - use ModalSubmitInteractionResponse