v3.12.0 #2752
quinchs
announced in
Announcements
v3.12.0
#2752
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[3.12.0] - 2023-08-10
This release brings ease-of-life changes, bug fixes, and new methods for interacting with the Discord API.
Interaction changes
When deferring modals, if the model was a response to a slash command, the modal will be deferred with
DeferredChannelMessageWithSource
; opposed toDeferredUpdateMessage
which now allows proper deferration of modals (im making that a term now :D).Added
ComponentBuilder
component removal methods. (d5d7378)OpusEncodeStream
. (59094d2)remove
property toMemberRoleAudit
#2675 Added missingremove
property toMemberRoleAudit
. (5fb9152)ModifyCurrentApplication
features #2730 Added newModifyCurrentApplication
features (166d40f)Fixed
ReplyAsync
methods missingMessageFlags
parameter #2713 Fixed someReplyAsync
methods missingMessageFlags
parameter. (56769cb)DeferAsync
impl #2722 Fixed modal'sDeferAsync
implementation (5f580f6)UserUpdated
event #2726 Fixed global name not being passed toUserUpdated
event (9dfd4d7)ModifyAsync
attachments [Bug]: Editting an embed with an attachment duplicates the image outside of the embed message #2236 (0c12079)GetMessagesAsync
withDirection.After
not working as expected (c922497)This discussion was created from the release v3.12.0.
Beta Was this translation helpful? Give feedback.
All reactions