We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e529c commit b8fca30Copy full SHA for b8fca30
README.md
@@ -29,6 +29,9 @@
29
- Small breaking change in `AttachmentFlags`: The flag values are now prefixed with `Is` to be in line with other flag names.
30
- `AddMention(IMention mention)` => `WithAllowedMention(IMention allowedMention)`
31
- `AddMentions(IEnumerable<IMention> mentions)` => `WithAllowedMentions(IEnumerable<IMention> allowedMentions)`
32
+- Breaking change for `DiscordTextComponent`: `string customId = null, string label = null` was switched to `string label, string customId = null`.
33
+- `Url` fields on DiscordXY objects are now of type `DiscordUri`. You can still use it as `Uri` arg since we added an implicit operator.
34
+- Fixed the naming for create and delete test entitlement methods
35
36
----
37
0 commit comments