Crate noob[−][src]
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 |
| Message | Represents a message sent in a channel (relevant Discord docs) |
| User | Data about a Discord User. (relevant Discord docs) |
Enums
| Error | Error type for noob functions |
| ListAnchor | How the message list should be paginated |
Type Definitions
| Snowflake | Type used for IDs |