Releases: baptiste0928/twilight-interactions
Releases · baptiste0928/twilight-interactions
v0.17.0
Changed
- Updated to
twilight-model0.17 (@ghostlylake)
v0.16.2
Fixed
- Fix compile error from
intoambiguity byderanged(@randomairborne)
v0.16.1
v0.16.0
Changed
- Updated to
twilight-model0.16 (@randomairborne)
See also the release notes of v0.16.0-rc.1.
v0.16.0-rc.1
Added
- A basic example bot implementation has been added in the
examplesdirectory
of the repository. - Localizations are now handled by the
DescLocalizationsand
NameLocalizationsstructs.
Changed
- Updated to
twilight-model0.16.0-rc.1 (@fdnt7) - Localization functions now return
DescLocalizationsorNameLocalizations. descshould not be provided anymore ifdesc_localizationsis provided.- Various improvements to the documentation.
- Improved macro error messages.
v0.15.2
Added
- Subcommands enums now support
Boxed variants to avoid large enums. ResolvedMentionabletype can be used to resolve a mentionable to either a user or a role.
Fixed
- Strings are now trimmed in macro attributes to match Discord's behavior.
Changed
- Bumped MSRV to 1.67.
v0.15.1
v0.15.0
Changed
- Updated to
twilight-model0.15.0. (@randomairborne)
v0.14.4
Added
GuildDirectoryandGuildForumchannel types. (@circuitsacul)
v0.14.3
Added
- Support age-restricted commands with the
nsfwattribute.
Fixed
- Fixed compilation errors with
twilight-model0.14.1 and above.