Skip to main content

Space

Space is currently in heavy development. Please do not use this for production. If you would like to help contribute to this project, feel free to join our Discord server.

A low-level Deno module for interacting with Discord.

Features

  • Secure by default. Client-side checks prevent 4xxs from occuring.
  • Written purely in TypeScript to guarantee type safety.
  • Standalone API modules (See the entire ecosystem here).
  • Built-in utilities such as event logging and custom caching.
  • 100% coverage over Discord’s HTTP and websocket APIs.

Install

To install the whole package, add this into your deps.ts script:

export * from "https://deno.land/x/space@0.10.1-alpha/mod.ts";

See the release notes for all available versions.

Resources