Skip to main content
The Deno 2 Release Candidate is here
Learn more

Space

A Discord API library for Deno.

Features

  • 100% coverage over Discord’s rest and websocket APIs.
  • Secure by default. Client-side checks are in place to prevent 4xxs.
  • Written in TypeScript to guarantee type safety.
  • Built-in logger with colors, unless explicitly disabled (--no-logs).

Install

export * from "https://deno.land/x/space/mod.ts";

Click here to read more about dependency management.

If you wish to install a specific version, you can import space@version.

Resources