12 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!the code I provided is from line 36 to 41
what are the other fields you're setting?
whole embed
anyone?
how can it be possible, that part is made so if theres no aliases it will just put "None."
check array length
returns
0
then if it's 0 you return "None"
so like
${command.aliases.length === 0 ? "None" : command.aliases.join(", ")}
i guess
ok thanks