Crate noob

Source
Expand description

Library for interacting with the Discord API and Gateway, especially for bots, using hyper/tokio.

Re-exports§

pub use builder::EmbedBuilder;
pub use builder::MessageBuilder;
pub use events::Event;

Modules§

builder
Objects for sending messages
events
Events and related objects

Structs§

Client
Object used to interact with the Discord API
GatewayConnection
Stream of gateway events

Enums§

Error
Error type for noob functions