How impactful is Discord extension to server performance?

Hello everyone.

I'm currently building a modded server that has just a few basic mods (mainly player administration and QoL). I plan to make a complete discord integration and got a bunch of ideas that I'd love to invest some time to implement, but first I wanted to know more about how impactful it could be to the server performance.

First: Is it better to have a bunch of plugins using the same bot or one bot for every plugin? I heard the performance is a thing on big discord servers, but how exactly?

Tell me about your experiences!

@EDIT@
Just checked at github that V2 is out and performance has been improved. Awesome!

We've been having issues with the uMod build system so we are handling our release here https://github.com/dassjosh/DiscordExtensionBeta until we can get the build to go through. If you plan to make your own plugins feel free to reach out to me on discord MJSU#0814 and I can help with any questions.

For the question about multiple bots or a single bot, it would be better to use a single bot if you can. Each bot requires its own websocket which means you could recieve multiple of the same event over multiple websockets. While it's probably a minor performance hit it's still a hit.

Thank you for the reply! I added you on discord so we can talk! I definitely could use some help.