Releases: baptiste0928/twilight-interactions
Releases · baptiste0928/twilight-interactions
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
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.
v0.13.0
Changed
- Upgraded to
twilight-model
0.13. - Most types exported by this crate do not longer implement
Eq
.
Removed
Number
type has been removed in twilight-model, usef64
instead.