mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 05:56:09 +00:00

* fix: update permissions strings * fix: restore breaking changes * fix: deprecated tag Co-authored-by: Yuzu <yuzuru@programmer.net>
@biscuitland/api-types
Most importantly, api-types is:
1:1 type definitions package for the Discord API.
Install (for node18)
npm install @biscuitland/api-types
yarn add @biscuitland/api-types
Example
import type { DiscordUser } from '@biscuitland/api-types';
Example for Deno
import type { DiscordUser } from "https://unpkg.com/@biscuitland/api-types@1.3.1/dist/index.d.ts";
We deliver this package through unpkg and it does contain constants and routes too