discord-haskell-1.8.6: Write bots for Discord in Haskell
Safe HaskellNone
LanguageHaskell2010

Discord.Internal.Gateway.EventLoop

Description

Provides logic code for interacting with the Discord websocket gateway. Realistically, this is probably lower level than most people will need

Synopsis

Documentation

connect :: (Connection -> IO a) -> IO a Source #

Securely run a connection IO action. Send a close on exception

data ConnectionData Source #

What we need to start an event stream

data Sendables Source #

Constructors

Sendables 

Fields