Login concurrency
Summary
For larger bots, Discord supports login concurrency, which allows for logging in multiple shards at once. This is not crucially important, but is worth implementing for completeness' sake at this point.
Details
Payload field looks like this "max_concurrency": 1
. It's received from GET /gateway/bot
.