calamity-0.1.0.0: A library for writing discord bots

Safe HaskellNone
LanguageHaskell2010

Calamity.Client.Client

Description

The client

Documentation

react :: forall (s :: Symbol) r. (KnownSymbol s, BotC r, EHType' s ~ Dynamic, Typeable (EHType s (Sem r))) => EHType s (Sem r) -> Sem r () Source #

runBotIO :: (Members '[Embed IO, Final IO, CacheEff] r, Typeable r) => Token -> SetupEff r -> Sem r () Source #

stopBot :: BotC r => Sem r () Source #