Stew
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
Thanks for the dedicated time tho
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
This fixed the issue, I didn't even know I was using such an old version of d.js@dev
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
Trying this change right now to see if it works: https://github.com/discordjs/discord.js/commit/3755e66d411efd6ed210d5070a0257c742c336d6
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
In this context:
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
.setColor(Colors.Yellow)
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
I tried hardcoding the values like this:
but it prints the same error for some reason
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
It errors for .setColor(Colors.Yellow) too
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
The errors indicate that the line where it happens use .setColor(Colors.Red)
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
I added the dev release tag
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
const { EmbedBuilder, Colors, resolveColor } = require('discord.js');
16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 3/22/2024 in #djs-questions
TypeError [ColorConvert]: Unable to convert "16705372" to a number
Example function that produces this error:
16 replies