diself 0.3.0

A Discord self-bot library for Rust
Documentation
1
2
3
4
5
6
7
mod connection;
mod gateway;
mod identify;

pub use connection::Connection;
pub use gateway::Gateway;
pub use identify::Identify;