Upgrade from 10.2.0 to 10.3.0
What is new in DisCatSharp?
Full support for Auto Moderation
What changed?
- We fixed a bug with DiscordChannelSelectComponent where the
channelTypesproperty threw a null exception because incorrect array conversion. - Added support for new UserFlags and ApplicationFlags.
- Application Commands support now the
nsfwparameter.
Flags
Added user flags
ActiveDeveloperHighGlobalRateLimitDeletedDisabledSuspiciousActivitySelfDeleted
Renamed user flags
PartnerOrVerificationApplicationwas renamed toInternalApplication
Added application flags
Active
Auto Moderation
- The events for automoderation rules and executions are fully implemented.
- Support for creating, updating and deleting rules.
- Support for fetching rules.
- Support for automod regex rules.
- Intents for automod.