Releases: Snazzah/slash-create
Releases · Snazzah/slash-create
v6.7.0
24 Oct 14:52
Compare
Sorry, something went wrong.
No results found
Added:
File uploads in modals (#644 )
v6.6.4
14 Oct 13:50
Compare
Sorry, something went wrong.
No results found
Fixed:
Removed debug log in modal context
v6.6.3
24 Sep 14:49
Compare
Sorry, something went wrong.
No results found
Fixed:
Fixed an issue with SlashCreator.registerCommandsIn not registering properly after v6.4.2 due to not passing file URLs into import().
v6.6.2
10 Sep 20:17
Compare
Sorry, something went wrong.
No results found
Added:
Updated types to allow for any selects and text displays in modals.
v6.6.1
06 Sep 12:48
Compare
Sorry, something went wrong.
No results found
Fixed:
Fixed the select component types (#643 )
v6.6.0
26 Aug 00:46
Compare
Sorry, something went wrong.
No results found
Added:
Updated types to allow for select menus in modals, as well as using a LabelComponent as using action rows in modals are now deprecated.
ModalInteractionContext can now also have string arrays for those selects.
Added the PIN_MESSAGES permission.
Changed:
The type ComponentSelectMenu is now deprecated in favor of AnySelectComponent as each component type is now split out into their own types.
v6.5.0
17 Jul 15:43
Compare
Sorry, something went wrong.
No results found
Added:
Added collectibles to users
Added primaryGuild to users (supporting guild tags)
Added colors to roles (supporting role gradients)
Added Azure Function V4 Server (#636 )
Added a Generic server that uses Request/Response classes (#637 )
v6.4.2
15 Jun 15:40
Compare
Sorry, something went wrong.
No results found
Fixed:
Fix express apps being forced to use express.json in the entire app (#633 )
SlashCreator.registerCommandsIn now uses import() interally.
Added missing types for Component V2
v6.4.1
20 Apr 00:58
Compare
Sorry, something went wrong.
No results found
Fixed:
Fix message flags and attachments not being sent during .editParent()
Fix null checking data in ratelimit handling
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