Mateo-tem / discord-modals

discord-modals is a package that allows your bot of discord.js v13 to create the new Discord Modals and interact with them.
https://www.npmjs.com/package/discord-modals
MIT License
92 stars 28 forks source link

wont build my bot #85

Closed Hackx2 closed 2 years ago

Hackx2 commented 2 years ago

Error: Cannot find module 'discord-api-types/v9' Require stack:

sirlupusdev commented 2 years ago

You need the package discord-api-types for the modals to work, basically just do

npm i discord-api-types

in a terminal in the root folder of your project to install it.

PabloRNC commented 2 years ago

This is for issues of discord-modals not discord.js issues or even other issues