serenity
A Rust library for the Discord API
Serenity is a Rust library for building Discord bots and integrations through Discord’s official API. It wraps Discord’s HTTP and gateway systems so developers can handle messages, events, commands, cache data, and bot sessions from Rust. The library provides a client builder, token validation, event dispatching, context objects, and handlers for reacting to Discord activity. It also manages gateway shards transparently, which reduces the complexity of scaling bot connections. Serenity...