.getMember casuing an error

^
13 Replies
d.js toolkit
d.js toolkit13mo 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
MrMythical13mo ago
Why are you using bitwise OR
d.js docs
d.js docs13mo ago
mdn Bitwise OR (|) The bitwise OR (|) operator returns a number or BigInt whose binary representation has a 1 in each bit position for which the corresponding bits of either or both operands are 1.
MrMythical
MrMythical13mo ago
ButtonInteractions don't have .options
SuperPEKKA336
SuperPEKKA33613mo ago
oh
SuperPEKKA336
SuperPEKKA33613mo ago
died again
MrMythical
MrMythical13mo ago
ButtonInteractions don't have .options
SuperPEKKA336
SuperPEKKA33613mo ago
so do i just remove .options?
MrMythical
MrMythical13mo ago
what did you want to do if it was a button interaction You are literally just trying to get the member and do nothing with it 🤔
monbrey
monbrey13mo ago
I mean uhhhh What is it you think you're doing? if its a button or select menu there no options, no target, none of that
SuperPEKKA336
SuperPEKKA33613mo ago
yeah im trying to do reaction roles if you press a button, you get a role
Unknown User
Unknown User13mo ago
Message Not Public
Sign In & Join Server To View
d.js docs
d.js docs13mo ago
property ButtonInteraction#customId The custom id of the component which was interacted with