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
Hey, I am using [email protected], and when importing Colors from discord.js and using .setColor(Colors.Red), it gives me the error:
TypeError [ColorConvert]: Unable to convert "16705372" to a number
Any ideas on how to fix it?16 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 10/8/2022 in #djs-questions
ContextMenuCommandBuilder.setDMPermission does nothing
I want for my context menu to be inaccessible in DMs.
My Context Menu class:
Initialization:
D.js docs (https://discord.js.org/#/docs/builders/main/class/ContextMenuCommandBuilder?scrollTo=setDMPermission) says it accepts null, undefined and boolean, so instead of
dm_permission
tried all valid values (null, undefined, true and false) and none of them restricted the context menu.
The object that is sent to the API is
7 replies
DIAdiscord.js - Imagine an app
•Created by Stew on 8/12/2022 in #djs-questions
Why does the library export an object twice?
7 replies