getTextInputValue not working :C

client.on("interactionCreate", async (interaction) => {
    console.log(interaction.fields.getTextInputValue("request_name"))
});

I also checked. This is a modal.
Was this page helpful?