discord-haskell-0.8.0: Write bots for Discord in Haskell

Safe HaskellNone
LanguageHaskell2010

Discord.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