diff --git a/DisCatSharp.Docs/changelogs/v10/10_3_0.md b/DisCatSharp.Docs/changelogs/v10/10_3_0.md index c3ca56368..1f0c30b3e 100644 --- a/DisCatSharp.Docs/changelogs/v10/10_3_0.md +++ b/DisCatSharp.Docs/changelogs/v10/10_3_0.md @@ -1,45 +1,45 @@ --- uid: changelogs_v10_10_3_0 title: Version 10.3.0 --- # Upgrade from **10.2.0** to **10.3.0** ## What is new in DisCatSharp? Full support for [Auto Moderation](https://support.discord.com/hc/en-us/articles/4421269296535-AutoMod-FAQ) ## What changed? - We fixed a bug with [DiscordChannelSelectComponent](xref:DisCatSharp.Entities.DiscordChannelSelectComponent) where the `channelTypes` property threw a null exception because incorrect array conversion. -- Added support for new [UserFlags](xref:DisCatSharp.Enums.UserFlags) and [ApplicationFlags](xref:DisCatSharp.Enums.ApplicationFlags). +- Added support for new [UserFlags](xref:DisCatSharp.UserFlags) and [ApplicationFlags](xref:DisCatSharp.Enums.ApplicationFlags). - Application Commands support now the [`nsfw`](https://support.discord.com/hc/en-us/articles/10123937946007) parameter. ### Flags #### Added user flags - `ActiveDeveloper` - `HighGlobalRateLimit` - `Deleted` - `DisabledSuspiciousActivity` - `SelfDeleted` #### Renamed user flags - `PartnerOrVerificationApplication` was renamed to `InternalApplication` #### 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. #### Pull Requests - https://github.com/Aiko-IT-Systems/DisCatSharp/pull/224 #### Contributors - [Sh1be](https://github.com/xMaxximum) - [Lulalaby](https://github.com/Lulalaby) - [Mira](https://github.com/TheXorog)