[][src]Module strife::client

The Client contains information about a single bots token and event handlers. Dispatching of events to handlers and starting shard connections are handled by the client.

Structs

Client

A client that connects to Discord via the WebSocket and API.

Traits

EventHandler

Trait for handling events for a Client.