calamity-0.12.1.0: Calamity/Gateway.hs
module Calamity.Gateway (
module Calamity.Gateway.Shard,
module Calamity.Gateway.Types,
module Calamity.Gateway.Intents,
-- * Gateway
-- $gatewayDocs
) where
import Calamity.Gateway.Intents
import Calamity.Gateway.Shard
import Calamity.Gateway.Types
{- $gatewayDocs
This module contains all the gateway related things.
==== Registered Metrics
1. Gauge: @"active_shards"@
Keeps track of how many shards are currently active.
-}