Safe Haskell | None |
---|---|
Language | Haskell2010 |
Discord.Internal.Gateway.Cache
Description
Query info about connected Guilds and Channels
Documentation
Constructors
Cache | |
type DiscordHandleCache = (Chan (Either GatewayException Event), MVar (Either (Cache, GatewayException) Cache)) Source #