Crate ataraxia

Crate ataraxia 

Source
Expand description

Ataraxia is a Rust Library for the Revolt API.

View the [examples] on how to make and structure a bot.

Once logged in, you may add handlers to your client to dispatch [Event]s, such as [EventHandler::message]. This will cause your handler to be called when a [Event::Message] is received. Each handler is given a [Context], giving information about the event and some helpful functions.

Modules§

context
http
models
websocket

Attribute Macros§

async_trait