barthofu / tscord

🤖 A fully-featured discord bot template written in Typescript, intended to provide a framework that's easy to use, extend and modify
https://tscord.discbot.app
MIT License
251 stars 19 forks source link

[Feature] Sharding #107

Open IdkWhosThis opened 1 year ago

IdkWhosThis commented 1 year ago

Feature

Implement and add the option to enable sharding in the template using the discord-hybrid-sharding npm package

Tim-Machine commented 1 year ago

Any updates on when this coming by chance?

Mr-Artemus commented 1 year ago

Any updates on when this coming by chance?

Hi, I'm currently busy on something else but I'll work on it again in 2 or 3 weeks.

But it'll take some time since i need to find a way to merge every instance of the api and the websocket for the dashboard.

Tim-Machine commented 1 year ago

Let me know if you need help. I'm working on a pretty big application that is leveraging this package and the work you are doing. I think we can toss some man power into thinking about how to best solve this problem. If your open to a RFC let me know.

Mr-Artemus commented 1 year ago

Thx for your proposition ! I'll start thinking about a way but if a can't figure out, your help will be welcome.

Codeize commented 1 year ago

Hi there, @Mr-Artemus.

Is there any update on this?

Thanks.