Issue with getting Message author

Error:
TypeError: Cannot read properties of undefined (reading 'fetch')
at Object.execute (/home/container/src/commands/report.js:16:17)
at async Client.<anonymous> (/home/container/index.js:61:3)
TypeError: Cannot read properties of undefined (reading 'fetch')
at Object.execute (/home/container/src/commands/report.js:16:17)
at async Client.<anonymous> (/home/container/index.js:61:3)
Code: https://sourceb.in/cIZnGcjK6A
14 Replies
d.js toolkit
d.js toolkit9mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - 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
treble/luna
treble/luna9mo ago
Your code and error do not match
Robelo06
Robelo069mo ago
What do you mean? I get that error from that file
treble/luna
treble/luna9mo ago
yes but your error tells you you use fetch somewhere Which you don't also not all messages are cached
Robelo06
Robelo069mo ago
huh I'm trying again
TypeError: Cannot read properties of undefined (reading 'author')
at Object.execute (/home/container/src/commands/report.js:18:47)
at async Client.<anonymous> (/home/container/index.js:61:3)
TypeError: Cannot read properties of undefined (reading 'author')
at Object.execute (/home/container/src/commands/report.js:18:47)
at async Client.<anonymous> (/home/container/index.js:61:3)
only 1 message needs to get cached and it is cached
treble/luna
treble/luna9mo ago
the last error indicates it isnt
Robelo06
Robelo069mo ago
Well, what could cause that? You can see in the code that i cached it
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Robelo06
Robelo069mo ago
oh thanks, I'll try and let you know ^^ I cannot use .username or .displayAvatarURL in message.author
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
d.js docs
d.js docs9mo ago
Resources to understand Promise: - MDN: learn more - Guide: learn more - JavaScript info: learn more
Robelo06
Robelo069mo ago
ah yeah, I forgot that XD thanks it worked