Discord Modals Versions Save

discord-modals is a package that allows your bot of discord.js v13 to create the new Discord Modals and interact with them.

v1.2.9

2 years ago

? Discord-Modals v1.2.9:

  • Fix: Add types for reply options on ModalSubmitInteraction class.

v1.2.8

2 years ago

? Discord-Modals v1.2.8:

  • Add setPlaceholder type definition missing of TextInputComponent class.

v1.2.7

2 years ago

? Discord-Modals v1.2.7:

  • Fix types in the declaration file.
  • Align documentation with typings.
  • Fix bug (Compatibility with discord.js v14)
  • Fix examples issues (Readme)

v1.2.6

2 years ago

? Discord-Modals v1.2.6:

  • Add types of discord-api-types/v9 in the declaration file.
  • Add .isRepliable() and .isFromMessage() methods to ModalSubmitInteraction class.
  • Update Readme and docs (yarn).

v1.2.5

2 years ago

? Discord-Modals v1.2.5: Add missing types in the declaration file.

Featured: Added to yarn.

Other minor changes:

  • Update Readme (Aspect: Example Code Block Formatter).
  • package.json fixes.

v1.2.4

2 years ago

? Discord.js v14 support and TypeScript support!

Now, Discord-Modals supports discord.js v13 and v14. Typings were added and now it supports TypeScript!

The modalSubmit event was added to the Client class and now all the properties and methods will appear when you use the 'modal' parameter.