diff --git a/DisCatSharp.Docs/articles/important_changes/10_1_0.md b/DisCatSharp.Docs/articles/important_changes/10_1_0.md index 03941ad1bc..d797b19044 100644 --- a/DisCatSharp.Docs/articles/important_changes/10_1_0.md +++ b/DisCatSharp.Docs/articles/important_changes/10_1_0.md @@ -114,14 +114,14 @@ Please compare the commits on [GitHub](https://github.com/Aiko-IT-Systems/DisCat ## Information to other [Discord Features](https://discord.com/developers/docs/change-log) - We won't implement AutoMod for a while, as it takes a lot of time to implement and we don't have the time for it right now. -- DiscordMember Timeout Events are still buggy, we have it on our list to fix, but it's not a priority right now. +- DiscordMember Timeout Events are still buggy, we have it on our list of bugs to fix, but it's not a priority right now. ## Diff Changes ### DC1 DiscordInteractionData: -pulled up the component results from modal submits for easier access +Pulled up the component results from modal submits for easier access ```diff - IEnumerable Options + IReadOnlyList Options