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

Calamity.HTTP.Internal.Ratelimit

Description

Module containing ratelimit stuff

Documentation

doRequest :: BotC r => RateLimitState -> Route -> IO LbsResponse -> Sem r (Either RestError ByteString) Source #