Looking for a multi-server box example to referance
Basically as the title says, I'm trying to find an example of a discord bot that is designed for multiple servers that I can referance. I currently run multiple servers that are seperate with their own bots that do their own things. Some of them however do very specific things that another might not do.
I want to get this down to a single bot that handles all this between all three servers but without having all features running for all of the servers its in.
I can ofcourse think of a couple ways to handle this that work but I'm wanting to see how others typically handle it
3 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!Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
My bad I didn't know where exactly to asked. Didn't see a general questions type channel.
I've kinda already tried looking a little into it on github and through google, but its not just commands that I'm trying to organize per server but also stuff relating to a points system, scheduled announcements, and a few other things.