Rust-Discord-API 0.1.1

A Discord bot framework written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod message;
pub mod permissions;
pub mod arguments;
pub mod embed;
pub mod user;
pub mod channel;
pub mod role;
pub mod guild;
pub mod guild_scheduled_event;
pub mod sticker;
pub mod poll;