calamity-0.7.0.0: A library for writing discord bots in haskell
Safe HaskellNone
LanguageHaskell2010

Calamity.Types.TokenEff

Documentation

data TokenEff m a where Source #

Constructors

GetBotToken :: TokenEff m Token 

Instances

Instances details
type DefiningModule (TokenEff :: k -> Type -> Type) Source # 
Instance details

Defined in Calamity.Types.TokenEff

type DefiningModule (TokenEff :: k -> Type -> Type) = "Calamity.Types.TokenEff"