//! A collection of events created by the client, not a part of the Discord API itself.
use crateConnectionStage;
use crateShardId;
/// An event denoting that a shard's connection stage was changed.
///
/// # Examples
///
/// This might happen when a shard changes from [`ConnectionStage::Identifying`] to
/// [`ConnectionStage::Connected`].