setColor
getting this error when doing .setColor() for an embed
{
"errors": [
{
"name": "Error",
"validator": "s.literal(V)",
"given": "#303135",
"expected": null
},
{
"name": "Error",
"validator": "s.number",
"given": "#303135"
},
{
"name": "Error",
"validator": "s.tuple(T)",
"given": "#303135"
}
],
3 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!
- ✅
Marked as resolved by OP.setColor("#303135")
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View