automate 0.4.0

An asynchronous library to interact with Discord API and make bots
1
2
3
4
5
6
7
8
9
//! Types used by the library to transform
//! objects into data that can be sent to
//! and understood by Discord's API.

pub mod json;
mod urls;

pub use urls::ExtractSnowflake;
pub use urls::WriteUrl;