seria 0.0.2-dev.2

A lightweight Revolt client library built for the Rust ecosystem.
Documentation
pub use {
    attachment::*,
    bot::*,
    channel::*,
    embed::*,
    event::*,
    member::*,
    message::*,
    permission::*,
    server::*,
    user::*,
};

mod attachment;
mod bot;
mod channel;
mod embed;
mod event;
mod member;
mod message;
mod permission;
mod server;
mod user;

pub type Id = String;