2.3.0 (2025-04-22)
Breaking Changes
- Remove
GuildBuilderclass,RestClient.guild_builder()andRestClient.create_guild_from_template()due to Discord removing the feature for applications.- For more information, please see: https://discord.com/developers/docs/change-log#deprecating-guild-creation-by-apps (#2310)
Features
- Add components V2 (UIKit) support
- For more information, please see https://discord.com/developers/docs/components/overview (#2196)
- Add
Permissions.SEND_POLLSandPermissions.USE_EXTERNAL_APPS. (#2311) - Add the following values to UserFlag:
- SPAMMER
1 << 20 - PROVISIONAL_ACCOUNT
1 << 23 - QUARANTINED
1 << 44 - COLLABORATOR
1 << 50 - RESTRICTED_COLLABORATOR
1 << 51(#2314)
- SPAMMER
Bugfixes
- Add
approximate_user_install_countattribute toApplication. (#2303)