Bot backend suggestions
Hello, I've been using the backend supplied in the DJS guide for almost a year now in some of my projects, and I think it's time to move away from it. I also want to move to ESM, and Typescript (which I already contributed to some bots written in both), however, I want to see if there is any suggestions for a good bot backend that supports things like database connections and other connections (i.e. Noblox support). I know OOP is vital here, so please, it would help me a lot!
2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!meant like
when you run a script to start ur bot, essentially what happens there
command handling
event handling
db connections
in my specific case nobloxjs connections