2.0.0.dev121 (2023-09-10)
Features
- Add
approximate_member_countandapproximate_presence_counttoOwnGuild. (#1659) - Add
CacheSettings.only_my_memberto only cache the bot member. (#1679) - Bots can now utilize
Activity.state- When used with
typeset toActivityType.CUSTOM, it will show as the text for the custom status.
Syntactic sugar also exists to support simply usingnameinstead ofstate. - Can be used with other activity types to provide additional information on the activity. (#1683)
- When used with
- Add missing Audit Log event types to
AuditLogEventType(#1705) - Add
approximate_guild_countfield to ownApplication(#1712)
Bugfixes
- Handle connection reset error on shards. (#1645)
- Retry REST requests on connection errors (#1648)
- Add support for text in stage channels (#1653)
- Fix incorrect calculation for the default avatar of migrated users (#1673)
- Fix attachments not being removed in message edits when
attachmentorattachmentsisNone(#1702)