You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to set the embed color, I get an error:
C:\Users\Xaliks\Desktop\Projects\TBR\bot\node_modules\discord.js\src\util\Util.js:297
throw new DiscordjsTypeError(ErrorCodes.ColorConvert, color);
^
TypeError [ColorConvert]: Unable to convert "15548997" to a number.
at resolveColor (C:\Users\Xaliks\Desktop\Projects\TBR\bot\node_modules\discord.js\src\util\Util.js:297:11)
at EmbedBuilder.setColor (C:\Users\Xaliks\Desktop\Projects\TBR\bot\node_modules\discord.js\src\structures\EmbedBuilder.js:23:36)
Which package is this bug report for?
discord.js
Issue description
When I try to set the embed color, I get an error:
Error appeared after merging PR #10108
Code sample
Versions
Issue priority
Medium (should be fixed soon)
Which partials do you have configured?
Not applicable
Which gateway intents are you subscribing to?
Not applicable
I have tested this issue on a development release
278396e
The text was updated successfully, but these errors were encountered: