Problem with MessageActionRow
I am getting this error with creating a new message action row. I don't know why and I can't find any documentation on MessageActionRows
![](https://utfs.io/f/045ae3c7-7e6d-4daf-920c-dca55fa6b096-1nq2cb.png)
![](https://utfs.io/f/208c7be5-3494-4630-9b15-a6cbda8eb1cf-1nq2cb.png)
19 Replies
Unknown Userβ’3y ago
Message Not Public
Sign In & Join Server To View
![](https://utfs.io/f/0a31f654-6a2a-44be-a409-d7d63bf840db-1nq2cb.png)
That appears to be v13 code you're attempting to use
In v14 they are
ActionRowBuilder
and ButtonBuilder
why is it constantly changed
discord.js Guide
Imagine a guide... that explores the many possibilities for your discord.js bot.
It isn't
If I just chnage it to the new ones, is my code fine
The styles would also need changing to
ButtonStyle.Secondary
etc
So that enum will need importingIs there a difference is how you send the rows now?
Shouldnt be, only in creating them
I am not receiving the rows when the command is run
![](https://utfs.io/f/a3f44173-88b6-4854-80e2-9a0e682e2cc9-1nq2cb.png)
That's how I'm sending them
Wouldnt it be erroring on the empty content string?
![](https://utfs.io/f/c1350653-25a0-470b-8da5-c03fcd67d43d-1nq2cb.png)
![](https://utfs.io/f/5360fc32-76f7-4f39-be2a-9e9a8d0130bd-1nq2cb.png)
Seems like its not calling the method at all, unless you have code that silently ignores errors somewhere
I found it
It was a problem with my command handler
hadn't updated it to use slash commands
ahh