Variable BotConfig.numShards

The total number of shards

Declaration

struct BotConfig
{
  // ...
  ushort numShards = cast(ushort)1u;
  // ...
}