Action Row not being sent

^
31 Replies
d.js toolkit
d.js toolkit2y ago
• 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.
MrMythical
MrMythical2y ago
It's components with an s
SuperPEKKA336
SuperPEKKA336OP2y ago
💀 thanks pt 2 how would I add a role to a user? any ideas?
d.js docs
d.js docs2y ago
method GuildMemberRoleManager#add() Adds a role (or multiple roles) to the guide Popular Topics: Administrative - How do I add a role to a guild member? read more
SuperPEKKA336
SuperPEKKA336OP2y ago
reading it but i dont get it
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
SuperPEKKA336
SuperPEKKA336OP2y ago
so im givig the role to the user in the events/interactionCreate so
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
SuperPEKKA336
SuperPEKKA336OP2y ago
how do i get the button that ives the role?
d.js docs
d.js docs2y ago
method BaseInteraction#isButton() Indicates whether this interaction is a ButtonInteraction.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
SuperPEKKA336
SuperPEKKA336OP2y ago
ooooooooh ty lol so
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
SuperPEKKA336
SuperPEKKA336OP2y ago
if(buttoninteraction === mybutton) {
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
SuperPEKKA336
SuperPEKKA336OP2y ago
thx wot
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
d.js docs
d.js docs2y ago
guide Additional Information: Message components read more
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
SuperPEKKA336
SuperPEKKA336OP2y ago
thats what i meant
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
d.js docs
d.js docs2y ago
guide Message Components: Component interactions read more
SuperPEKKA336
SuperPEKKA336OP2y ago
well whats the method to get the button that was pressed?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
SuperPEKKA336
SuperPEKKA336OP2y ago
thats what i meant
d.js docs
d.js docs2y ago
property ButtonInteraction#customId The custom id of the component which was interacted with
SuperPEKKA336
SuperPEKKA336OP2y ago
thx so if (interaction.customId() === customId)
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
SuperPEKKA336
SuperPEKKA336OP2y ago
my bad used to Java lol
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
SuperPEKKA336
SuperPEKKA336OP2y ago
no properties in Java

Did you find this page helpful?