You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discord has recently released modals, and it be amazing, if you guys could implement them into the package, I read the documentation for it, and it looked pretty simple to integrate according to the documentation, me and others would love it, and I really would need it for a big project I’m working on!
Ideal solution or implementation
Modals are another interaction response type, like buttons, except they emit different info when used, I would imagine it being something like:
new Discord.MessageActionRow().addComponents(new Discord.Modal().setCustomId("id").setTitle("hello").addFields(["field 1 - enter type in here!"]))
Of course this is just speculation, and it will most likely be different when released to the public!
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered:
Which package is the feature request for?
discord.js
Feature
Discord has recently released modals, and it be amazing, if you guys could implement them into the package, I read the documentation for it, and it looked pretty simple to integrate according to the documentation, me and others would love it, and I really would need it for a big project I’m working on!
Ideal solution or implementation
Modals are another interaction response type, like buttons, except they emit different info when used, I would imagine it being something like:
new Discord.MessageActionRow().addComponents(new Discord.Modal().setCustomId("id").setTitle("hello").addFields(["field 1 - enter type in here!"]))
Of course this is just speculation, and it will most likely be different when released to the public!
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: