ColorConvert error

Ive been getting this in my terminal
throw er; // Unhandled 'error' event
^

TypeError [ColorConvert]: Unable to convert color to a number.
at resolveColor (C:\Users\em08p\Downloads\bot\node_modules\discord.js\src\util\Util.js:260:63)
at EmbedBuilder.setColor (C:\Users\em08p\Downloads\bot\node_modules\discord.js\src\structures\EmbedBuilder.js:23:36)
at Client.<anonymous> (C:\Users\em08p\Downloads\bot\index.js:62:14)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:402:10)
at process.processTicksAndRejections (node:internal/process/task_queues:84:21) {
code: 'ColorConvert'
}
throw er; // Unhandled 'error' event
^

TypeError [ColorConvert]: Unable to convert color to a number.
at resolveColor (C:\Users\em08p\Downloads\bot\node_modules\discord.js\src\util\Util.js:260:63)
at EmbedBuilder.setColor (C:\Users\em08p\Downloads\bot\node_modules\discord.js\src\structures\EmbedBuilder.js:23:36)
at Client.<anonymous> (C:\Users\em08p\Downloads\bot\index.js:62:14)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:402:10)
at process.processTicksAndRejections (node:internal/process/task_queues:84:21) {
code: 'ColorConvert'
}
once running a command with an embed
4 Replies
d.js toolkit
d.js toolkit7mo ago
- 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
.
.OP7mo ago
discord.js version is 14.10.2 node -v is 20.13.1
xx_lavaboy_xx123
you didn't pass a ColorResolvable into setColor
d.js docs
d.js docs7mo ago
: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
Want results from more Discord servers?
Add your server