Re-exports

pub use api::ApiClient;
pub use gateway::Gateway;
pub use datatypes::Intents;

Modules

Code for interacting with the discord REST api

Types used by discord

Connect and recive events from discord

Macros

Implement From<...> for Snowflake This should be used on structs where there is a id field

Wait for specific event from gateway

Structs

Fields that can be passed to the discord api to create message This could be the create_message endpoint, or TODO: MORE ENDPOINTS

Enums

Discord Events, returned from Gateway