Liking cljdoc? Tell your friends :D

discljord.connections

Namespace for creating a connection to Discord, and recieving messages. Contains functionality required to create and maintain a sharded and auto-reconnecting connection object which will recieve messages from Discord, and pass them on to client code.

Namespace for creating a connection to Discord, and recieving messages.
Contains functionality required to create and maintain a sharded and auto-reconnecting
connection object which will recieve messages from Discord, and pass them on to client
code.
raw docstring

discljord.connections.specs

Contains all the specs required for the discljord.connections namespace.

Contains all the specs required for the `discljord.connections` namespace.
raw docstring

No vars found in this namespace.

discljord.messaging

Contains functions for communicating with Discord, sending messages, and recieving data.

All endpoint-based functions in this namespace return promises of a sort. The returned value is not a Clojure promise however, but is an implementation of [[IDeref]] which also functions as a core.async channel. This means that in addition to [[deref]]ing the return values, they may also have a parking take performed on them for better concurrency.

Contains functions for communicating with Discord, sending messages, and recieving data.

All endpoint-based functions in this namespace return promises of a sort. The
returned value is not a Clojure promise however, but is an implementation
of [[IDeref]] which also functions as a `core.async` channel. This means that
in addition to [[deref]]ing the return values, they may also have a parking
take performed on them for better concurrency.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close