Releases: Snazzah/slash-create
Releases · Snazzah/slash-create
v6.4.0
18 Apr 20:50
Compare
Sorry, something went wrong.
No results found
Added:
Added attachmentSizeLimit to interactions
Expose guild in interaction
Components V2 (#628 )
Changed:
The InteractionResponseFlags enum is now MessageFlags, InteractionResponseFlags is now deprecated.
Updated types to allow formatted allowed_mentions in message options
v6.3.2
29 Mar 01:22
Compare
Sorry, something went wrong.
No results found
Fixed:
Allow for just components in MessageInteractionContext.send and MessageInteractionContext.sendFollowUp
Modal callbacks are now awaited, fixing execution in Cloudflare Workers (#631 )
Invalid command names show the proper regex (#629 )
v6.3.1
18 Dec 00:23
Compare
Sorry, something went wrong.
No results found
Added:
Added GUILD_MEDIA channel type (#625 )
Fixed:
PING requests no longer will use the callback endpoint regardless of the postCallbacks option (#626 )
Added a doc link to CommandContext.options
v6.3.0
25 Sep 01:01
Compare
Sorry, something went wrong.
No results found
Changed:
POST callbacks will now return responses as InitialCallbackResponse, multiple functions can return this instead of a boolean denoting success
Added:
SlashCreators using webservers can use the postCallbacks option to serve 202s to interactions and POST a callback instead
Launching activities with MessageInteractionContext#launchActivity
Entry points
SlashCommand#getMention
MessageInteractionContext#defer now supports using any message flags
Support for editing message flags
Support for sending polls
[types] Updated MessageAttachmentOptions to support voice message properties
Message classes now support the following:
call objects (call)
more thread properties (position and thread)
polls (poll)
activity
applicationID
message snapshots / forwarded messages (messageSnapshots)
stickers (stickerItems)
Fixed:
HTTP errors will now properly format request errors
Fastify/Express servers should no longer respond early to some interactions
Message#interactionMetadata parsing has been updated and fixed to include more data
[types] Updated AutocompleteChoice to include name_localizations
[types] Updated MessageAttachment to include waveform, duration_secs, flags, title, and ephemeral
[types] Updated Message#components to be an array of any component rather than just action rows (See discord/discord-api-docs#7115 )
v6.2.1
21 Jul 19:12
Compare
Sorry, something went wrong.
No results found
Fixed:
Fixed global modal submit handlers causing errors (#622 )
v6.2.0
15 Jul 19:40
Compare
Sorry, something went wrong.
No results found
Added:
Added Server Context support for servers like Cloudflare Workers (#621 )
Added premium button, deprecating MessageInteractionContext#promptPremium (#618 )
Fixed:
Updated permission flags and names (#617 )
v6.1.4
12 Jun 23:12
Compare
Sorry, something went wrong.
No results found
Changed:
Export node util functions verifyKey and getFiles (#614 )
Fixed:
Handle null reponses properly in DiscordRESTError
Fix typing for ComponentButton (#616 )
Updated channel permissions description (#613 )
v6.1.3
24 Apr 03:07
Compare
Sorry, something went wrong.
No results found
v6.1.2
04 Apr 15:59
Compare
Sorry, something went wrong.
No results found
Fixed:
Added DANGER ButtonStyle in accordance to Discord documentation
Added the Request object to the rawREST event for SlashCreator
v6.1.1
30 Mar 14:42
Compare
Sorry, something went wrong.
No results found
Fixed:
Removed a debug log statement (#608 )