rmcafee / discord_ex

Discord Elixir Library
MIT License
48 stars 13 forks source link

Guild Sharding #27

Closed Marqin closed 7 years ago

Marqin commented 8 years ago

Guild Sharding is obligatory for bots with 2500+ guilds:

https://github.com/hammerandchisel/discord-api-docs/issues/17

Marqin commented 8 years ago

https://github.com/hammerandchisel/discord-api-docs/blob/master/docs/topics/Gateway.md#get-gateway--get-gatewaybot this gives recomended number of shards bot should connect

fcevado commented 7 years ago

Is there any work on automate sharding? Any preference on Poolboy or GenStage? This package is being maintained?

Marqin commented 7 years ago

I didn't had any time for this, and from what I see @rmcafee didn't expanded it much in meantime.

You can try alternative package - https://github.com/Kraigie/nostrum

rmcafee commented 7 years ago

Yes my time got very consumed after starting this and many things I wanted to do got shelved including a lot of reworks and additional support for changes made to the discord API. I recommend also checking out nostrum.