Releases: baptiste0928/twilight-interactions
Releases · baptiste0928/twilight-interactions
v0.16.0
Changed
- Updated to
twilight-model
0.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
examples
directory
of the repository. - Localizations are now handled by the
DescLocalizations
and
NameLocalizations
structs.
Changed
- Updated to
twilight-model
0.16.0-rc.1 (@fdnt7) - Localization functions now return
DescLocalizations
orNameLocalizations
. desc
should not be provided anymore ifdesc_localizations
is provided.- Various improvements to the documentation.
- Improved macro error messages.
v0.15.2
Added
- Subcommands enums now support
Box
ed variants to avoid large enums. ResolvedMentionable
type 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-model
0.15.0. (@randomairborne)
v0.14.4
Added
GuildDirectory
andGuildForum
channel types. (@circuitsacul)
v0.14.3
Added
- Support age-restricted commands with the
nsfw
attribute.
Fixed
- Fixed compilation errors with
twilight-model
0.14.1 and above.
v0.14.2
Fixed
- Use new
ChannelType
variant names (@circuitsacul).
v0.14.1
Fixed
- Set
required
toNone
on subcommand and subcommand group options.
v0.14.0
Changed
- Upgraded to
twilight-model
0.14. - MSRV bumped to 1.64.