discordjs managers
Hello. I'm making my own discord api wrapper module with @discordjs/core, @discordjs/ws and @discordjs/rest, but do you have a module where I can import the managers in discord.js?
8 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.Managers are part of discord.js and will always be
Ok I know it's part of it but isn't there a module I can import to use in my own module? Or do I have to download and import discord.js?
No. They are made for discord.js only and can't be used as a separate module.
Should I code myself?
Yes
But why do you make your own module with everything that discord.js use? Can't use just use discord.js?
Boredom?
the same reason why I learn js to code my bot XD