hubbub 0.10.1

Discord self-bot library for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod activity;
pub mod channel;
pub mod common;
pub mod gateway;
pub mod guild;
pub mod message;
pub mod poll;
pub mod presence;
pub mod role;
pub mod sticker;
pub mod timestamp;
pub mod user;

mod vendor;
mod snowflake;

pub use vendor::*;
pub use snowflake::Snowflake;