Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Releases: Mateo-tem/discord-modals

Discord-Modals v1.2.9

14 Mar 00:17
Compare
Choose a tag to compare

🎉 Discord-Modals v1.2.9:

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

Discord-Modals v1.2.8

12 Mar 15:38
Compare
Choose a tag to compare

🎉 Discord-Modals v1.2.8:

  • Add setPlaceholder type definition missing of TextInputComponent class.

Discord-Modals v1.2.7

09 Mar 20:06
Compare
Choose a tag to compare

🎉 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)

Discord-Modals v1.2.6

08 Mar 17:54
Compare
Choose a tag to compare

🎉 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).

Discord-Modals v1.2.5

08 Mar 02:08
Compare
Choose a tag to compare

🎉 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.

Discord-Modals v1.2.4

04 Mar 03:15
Compare
Choose a tag to compare

🎉 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.