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
19 Replies
Unknown Userβ’3y ago
Message Not Public
Sign In & Join Server To View
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
That's how I'm sending them
Wouldnt it be erroring on the empty content string?
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