Thanks to the following for their contributions:
Notable changes
- (#2493) Add
MessageComponentInteraction::edit_original_message()
for editing the original message of the message component. - (#2504) Implement
std::str::FromStr
for the ID types to allow converting from a string. This does not affect the pre-existing implementation onChannelId
,RoleId
, andUserId
. - (#2506) Add missing
set_components()
methods onEditInteractionResponse
andEditWebhookMessage
- (#2533) Add additional
delete_reaction
anddelete_reactions
methods for deleting reactions toChannelId
,GuildChannel
, andMessage
. - (#2562) Bump
base64
dependency to0.21