diff --git a/DisCatSharp.Docs/articles/important_changes/10_0_0.md b/DisCatSharp.Docs/articles/important_changes/10_0_0.md index df66e6fa3..b221f7195 100644 --- a/DisCatSharp.Docs/articles/important_changes/10_0_0.md +++ b/DisCatSharp.Docs/articles/important_changes/10_0_0.md @@ -1,10 +1,19 @@ --- uid: important_changes_10_0_0 title: Version 10.0.0 --- # Upgrade from **9.9.0** to **10.0.0** ## What is new in DisCatSharp? -- Todo +- Advanced dependency injection system +- Support for API v10 +- Message content intent +- Properly working application command localization +- Optimized lib code +- Pre-implementation of upcoming things +- Support for channel type `Forum` + ## What changed? + +To get message content with API v10, you have to enable the message content intent in the developer portal AND to specify the `xref:DisCatSharp.Intents.MessageContent` intent. Otherwise you won't receive message contents from guild messages were the bot isn't mentioned. \ No newline at end of file