tempest
tempest copied to clipboard
Fast and secure functions to build scalable Discord Applications.
I would be nice to prepare some tests for Interactions, Responses & Message structs.
### Description Adds the fields `min_length` and `max_length` to the Component structure, I noticed they were missing. These fields are used on the Text Input Component, see docs: https://discord.com/developers/docs/interactions/message-components#text-input-object
There seems to be defer support for command handlers but not component handlers. Is it possible to add `Defer` and `SendFollowUp` methods for components? Thanks
Discord's API changed and requires this field to be omitted, rather than empty. Otherwise, any modals that use this field will error.