shimmer

Types

pub type Client {
  Client(token: String, handlers: Handlers, intents: Int)
}

Constructors

  • Client(token: String, handlers: Handlers, intents: Int)

Functions

pub fn connect(client: Client) -> Bool