dyncord 0.15.1

A high-level, ergonomic, batteries-included Discord bot library for Rust. WIP.
Documentation
1
2
3
4
5
6
use std::sync::Arc;

use twilight_http::Client;

/// An alias to make it easier to refer to the Discord HTTP client in the command handler.
pub type DiscordClient = Arc<Client>;