Hey, I have a few erros, I havent encountered some because of my initial problem. Heres my code attached. Basically, I want it to only show users from the freelancer.json file like this: {
"1162498330908180500" :{
"PayPal": "",
"CashApp": ""
}
}, however its showing everything and no matter what i try i get an error. Any other bug catching would be appreciated too!
#A few errors.
12 messages · Page 1 of 1 (latest)
- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
✅Marked as resolved by OP
bully me.
What's your exact discord.js version?
npm list discord.js
Post the full error stack trace
your code looks like a mix of v13 and v14
[email protected], as marked
MessageActionRow and MessageButton don't exist in v14
they were replaced with ActionRowBuilder and ButtonBuilder
still missing your error