Variable BotConfig.shard

This bot instances shard number

Declaration

struct BotConfig
{
  // ...
  ushort shard = cast(ushort)0u;
  // ...
}