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!
- ✅
Marked as resolved by OPdiscord.js version is 14.10.2
node -v is 20.13.1
you didn't pass a ColorResolvable into setColor
:typealias: ColorResolvable
@14.15.2
Can be a number, hex string, an RGB array like:[255, 0, 255] // purple
or one of the following strings: - Default - White - Aqua - Green - Blue - Yellow - Purple - LuminousVividPink - Fuchsia - Gold - Orange - Red - Grey - Navy - DarkAqua - DarkGreen - DarkBlue - DarkPurple - DarkVividPink - DarkGold - DarkOrange - DarkRed - DarkGrey - DarkerGrey - LightGrey - DarkNavy - Blurple - Greyple - DarkButNotBlack - NotQuiteBlack - Random