This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Releases: Mateo-tem/discord-modals
Releases · Mateo-tem/discord-modals
Discord-Modals v1.2.9
🎉 Discord-Modals v1.2.9:
- Fix: Add types for reply options on
ModalSubmitInteraction
class.
Discord-Modals v1.2.8
🎉 Discord-Modals v1.2.8:
- Add setPlaceholder type definition missing of
TextInputComponent
class.
Discord-Modals v1.2.7
🎉 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
🎉 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
🎉 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
🎉 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.