Skip to content

Feature: sharding

username-removed-342775 requested to merge feature-sharding into master

Allows to run bot in clustered bot, each cluster = one Discord shard. It's useful for large bots.

Any plugins should be modified to run smooth in cluster mode, they can use process#on("message", listener)

Current performance in clustered mode not measured.

Merge request reports