Question about modals
i want to make a login page like websites have using discord-modals, is it possible to do this somehow by using database like mongodb and save the responses as a data ?
5 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!discord-modals was a deprecated package used to add one early Discord feature before testing it like discord.js does
it was never supported by the discord.js team since there's no reason not to just use the modals in the latest discord.js version(s)
is there any good alternatives to discord modals
discord.js
there is nothing that discord-modals has that discord.js doesnt
so
ok