dyncord 0.13.6

A high-level, ergonomic, batteries-included Discord bot library for Rust. WIP.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![doc = include_str!("../README.md")]

mod aliases;
mod bot;
pub mod builtin;
pub mod cache;
pub mod commands;
pub mod errors;
pub mod events;
pub mod handle;
pub mod state;
pub mod utils;
pub mod wrappers;

pub use bot::Bot;
pub use twilight_gateway::Intents;