dyncord 0.13.6

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>;