automate 0.4.0

An asynchronous library to interact with Discord API and make bots
1
2
3
4
5
6
7
8
9
mod channel;
mod guild;
mod message;
mod user;

pub use channel::*;
pub use guild::*;
pub use message::*;
pub use user::*;