Skip to content

1.6.0

Compare
Choose a tag to compare
@DonovanDMC DonovanDMC released this 05 Apr 00:04
· 302 commits to dev since this release
43fab76
  • Add message property to ModalSubmitInteraction (5d3881b)
  • Fix threads being incorrectly constructed within guilds (9747021, #53)
  • Add a lot more collectionLimits options (a097d71, 77e7b1d)
  • Typescript 5.0 (4696476)
  • Remove attachments from InitialInteractionContent (474057e)
  • Soundboards (af82a58, 5058c30)
  • Add APPLICATION_AUTO_MODERATION_RULE_CREATE_BADGE Application flag (f4ea14c)
  • Automod member profiles (912d8da)
  • Onboarding (affbd8f, 5617bda)
  • Make safetyAlertsChannelID editable (94c45d4)
  • Add QUARANTINE_USER auto moderation action type (0053d88)
  • Voice channel effect send event (6c459cd)
  • Rework application class (692053e)
  • Get thread member options (215abd2, dc3372a)
  • Make Guild#ownerID nullable (2b3a8fd)

Breaking

  • Make providing raw data more implementation (internally) friendly. Util#raw -> Util#rawEmbeds, Util#rawMessageComponents, Util#rawModalComponents
  • Split Application class into separate classes for OAuth#getApplication and Miscellaneous#getApplication (692053e)
  • Make Guild#ownerID nullable (2b3a8fd)
  • remove VisibilityTypes (ConnectionVisibilityTypes)
  • remove Intents#GUILD_BANS (Intents#GUILD_MODERATION)
  • remove OAuth#updateRoleConnectionsMetata (OAuth#updateRoleConnectionsMetadata)
  • remove ClientApplication#updateRoleConnectionsMetata (ClientApplication#updateRoleConnectionsMetadata)