-
Add
runto both the component button and select menu helper
-> Allows you to listen for a button press directly on the button helper itself
-> Only listens for about 10 minutes (might change to customizable times in the future) -
Fix
Structures.Message.deletednot updating on channel/guild deletes -
Update
Structures.Message
-> Add.hasFlagEphemeral -
Update
Interactions.InteractionCommand
-> Defaultglobalto false ifglobalisn't present andguildIdsis present
- Fix Component Helper's Typings
-
Update
Structures.Message
-> Add.canEdit
-> Add checks for ephemeral in.canDelete
-> Default.deletedas true if is an ephemeral message -
Add
ComponentstoUtils
-> Allows you to manage a message's components much easier as well as have a custom timeout and a listener to any button press on the message
--> Timeout is defaulted to 10 minutes -
Fix interaction commands not updating if a select menu option changes
required -
Update
Structures.Member
-> Add.canEditRole()(checks our role hierarchy with the role provided to see if its under us) -
Update
Constants
-> RemoveCOMPONENT_constants
-> AddMAX_ACTION_ROW_BUTTONSandMAX_ACTION_ROW_SELECT_MENUS -
Update Components Types
-
Fix
ActionRow.isFull -
Add types to thread rest endpoints