TextInputBuilder ValidationError
Hi, I can't seem to get TextInputBuilder v14.24.0. I keep getting the following error
10 Replies
discord.js@14.24.0
node v22.17.1
What’s ur /builders version
npm why @discordjs/builders
npm why gives the trace of the resolved version of the package
Like if it’s being overridden by the project or constrained by another packageThat’s the correct version
Only customId and style is required for TextInputBuilder
Is this the code you’re actually running?
i mean it goes through a custom interaction handler, but this is essentially it
StringSelectMenuBuilder also works fine for the modals, its just when i try to use a TextInputBuilder that it gives me this error
oh TextInputBuilder was being imported from @discordjs/builders instead of discord.js, sorry 😭
Changing that fixed the error?
yep
i was just clicking enter on whatever the first option was, i just didnt notice till i tried making a new quick handler

The thread owner has marked this issue as solved.