This release brings a bunch of new Discord feature as well as some fixes.
This release also brings initial support for User Apps.
Interaction framework example for user app commands is available on our docs.
Deprecation notes
Due to deprecation of these properties in the API the following parts of the library were marked as Obsolete:
IsEnabledInDm properties of application commands & their corresponding builders
ContextTypes should be used instead.
EnabledInDmAttribute
CommandContextTypesAttribute should be used instead.
IMessage.Interaction
IUserMessage.InteractionMetadata should be used istead.
Added
#2849 Allow setting channel topic to null when creating channels (7c96844)
#2832 Add Icon size parameter to GetGuildIconUrl CDN method (eb5678a)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Discord.Net from 3.13.1 to 3.14.1.
Release notes
Sourced from Discord.Net's releases.
Changelog
Sourced from Discord.Net's changelog.
Commits
439d679
fix this thing.75352d7
[CI] Fix tag build version73d63e1
meta: 3.14.0 (#2884)24a6978
[Feature] Initial user apps support (#2883)bfc8dc2
Update library dependencies (#2806)473b13e
Improve and modernize docs. (#2882)03402cd
[Feature] Bulk ban support (#2881)3331614
[Docs] Fix inline code blocks and misc tweaks. (#2878)4efe3be
yeah it's sadge (#2880)d0c0a56
[Feature] Support setting banner on bot profiles (#2879)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show