.setName is not a function
Hello, I cannot understand why it tells me that ".setName" is not a function.
Here is my code:
And here is my error:
Thanks !
3 Replies
• 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.it's true, that's not a function
were you looking for
<EmbedBuilder>.setTitle()
?Ooooh my bad. I switched setName and setTitle
Thank you a lot