File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ DisCatSharp Release Notes
13
13
- Small breaking change in `AttachmentFlags`: The flag values are now prefixed with `Is` to be in line with other flag names.
14
14
- `AddMention(IMention mention)` => `WithAllowedMention(IMention allowedMention)`
15
15
- `AddMentions(IEnumerable<IMention> mentions)` => `WithAllowedMentions(IEnumerable<IMention> allowedMentions)`
16
+ - Breaking change for `DiscordTextComponent`: `string customId = null, string label = null` was switched to `string label, string customId = null`.
17
+ - `Url` fields on DiscordXY objects are now of type `DiscordUri`. You can still use it as `Uri` arg since we added an implicit operator.
18
+ - Fixed the naming for create and delete test entitlement methods
16
19
17
20
18
21
DisCatSharp.Attributes Release Notes
You can’t perform that action at this time.
0 commit comments