wxip
wxip
DIAdiscord.js - Imagine an app
Created by wxip on 2/26/2025 in #djs-questions
TextInputStyle not available?
i am trying to create a modal, but im unable to do so because TextInputStyle is not available. does not provide any imports or anything...
const favoriteColorInput = new TextInputBuilder()
.setCustomId('favoriteColorInput')
// The label is the prompt the user sees for this input
.setLabel("What's your favorite color?")
// Short means only a single line of text
.setStyle(TextInputStyle.Short);
const favoriteColorInput = new TextInputBuilder()
.setCustomId('favoriteColorInput')
// The label is the prompt the user sees for this input
.setLabel("What's your favorite color?")
// Short means only a single line of text
.setStyle(TextInputStyle.Short);
11 replies