.setTimestamp is not a function
' +
'1. No spam or self-promotion (server invites, advertisements, etc) without permission from a staff member. This includes DMing fellow members.' +
'\n\n2. Do not self-promote or advertise other servers, services or products.' +
'
4 Replies
- 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!Says
.setTimestamp is not a function
(I'm using string literals that's why it's like that)because you're doing <String>.setTimestamp()
you're inside your setDescription()
Thanks