Can you help me with this error?

I get this error and I don't know how to fix it.
TypeError: Cannot read properties of undefined (reading 'ActionRowBuilder')
at Object.run (C:\Kigo\slashCommands\Proteccion\proteccion.js:17:33)
at module.exports (C:\Kigo\events\interactionCreate.js:57:32)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
TypeError: Cannot read properties of undefined (reading 'ActionRowBuilder')
at Object.run (C:\Kigo\slashCommands\Proteccion\proteccion.js:17:33)
at module.exports (C:\Kigo\events\interactionCreate.js:57:32)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
6 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
JuanQ
JuanQ2y ago
I define ActionRowBuilder with Discord.ActionRowBuilder
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
JuanQ
JuanQ2y ago
I have Discord defined like this const Discord = require(discord.js);
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
JuanQ
JuanQ2y ago
I already solved it, thanks anyway.