Skip to content

Commit

Permalink
[skip appveyor] fix typos
Browse files Browse the repository at this point in the history
Co-Authored-By: BloodDragooner <33168706+BloodDragooner@users.noreply.github.com>
  • Loading branch information
Lulalaby and BloodDragooner committed Sep 15, 2022
1 parent 31eace1 commit 0f8c4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DisCatSharp.Docs/articles/important_changes/10_1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<DiscordInteractionDataOption> Options
+ IReadOnlyList<DiscordInteractionDataOption> Options
Expand Down

0 comments on commit 0f8c4cc

Please sign in to comment.