Case

Event.shardReady

Fired when a shard becomes ready

Declaration

case shardReady

Usage

bot.on(.shardReady) { data in
  let shardID = data as! Int
}