0.33.0 (2022-05-16)
Code Refactoring
- GuildFeature: thread archive durations are no longer boost locked (#412) (1737ade)
- separate
GUILD_CREATE
fields fromAPIGuild
object (#423) (17f5caa)
Features
- add support for application command permissions v2 (#415) (d3163ca)
- OAuth2Scopes: add new OAuth2 scopes (#435) (8f16f45)
- rest: add missing guild routes results (#438) (1afce87)
BREAKING CHANGES
- APIGuild now correctly shows just the properties that are obtainable through rest/GUILD_UPDATE, while the extra fields have been moved to GatewayGuildCreateDispatchData to correctly represent the data received
- GuildFeature:
SevenDayThreadArchive
andThreeDayThreadArchive
have been removed as they are no longer valid
New Contributors
- @splatterxl made their first contribution in #438
Full Changelog: 0.32.1...0.33.0