diself 0.3.0

A Discord self-bot library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod cache;
mod channels;
mod config;
mod guilds;
mod relationships;
mod users;

pub use cache::{Cache, CacheStats};
pub use channels::ChannelCache;
pub use config::CacheConfig;
pub use guilds::GuildCache;
pub use relationships::RelationshipCache;
pub use users::UserCache;