#Passing null in a textInput value property

4 messages · Page 1 of 1 (latest)

marsh drum
#

I am trying to pass in null for the TextInput setValue() method, but it's not working. Af far as I know tho, you should be able to pass in null if you dont want to set a pre-filled value. Is not passing a value possible in discordjs?

dark mantle
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

marsh drum
#

categoryToEdit.description is null

undone dew
#

You can do if (description.length > 0) textInputBuilder.setValue(description)