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
d.js toolkit
d.js toolkit•3y ago
• 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.
Syjalo
Syjalo•3y ago
Managers are part of discord.js and will always be
Êrffy
ÊrffyOP•3y ago
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?
Syjalo
Syjalo•3y ago
No. They are made for discord.js only and can't be used as a separate module.
Êrffy
ÊrffyOP•3y ago
Should I code myself?
Syjalo
Syjalo•3y ago
Yes But why do you make your own module with everything that discord.js use? Can't use just use discord.js?
Êrffy
ÊrffyOP•3y ago
Boredom?
RRS Bunker
RRS Bunker•3y ago
the same reason why I learn js to code my bot XD

Did you find this page helpful?