[][src]Crate panda

Async Discord Library

Panda it's a very simple and friendly discord api library

Features

  • Fast
  • Simple

Re-exports

pub use models::gateway::events;

Modules

client

Panda Client

models

Discord Models

utils

Structs

HttpClient

It's the http client of panda, it have methods to make requests to all routes

Enums

PandaError

The error enum for Panda

Functions

new

Create a new panda Client without state

new_with_state

Create a new panda Client with state

Type Definitions

HandlerResult

Alias for Result<(), Box>

Session

Alias for Arc<SessionData>