mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
867 B
867 B
biscuit
A brand new bleeding edge non bloated Discord library
Install (for node18)
npm install @biscuitland/api-types
yarn add @biscuitland/api-types
for further reading join our Discord
Most importantly, api-types is:
1:1 type definitions package for the Discord API
Example
import type { DiscordUser } from '@biscuitland/api-types';
Example for Deno
import type { DiscordUser } from "https://unpkg.com/@biscuitland/api-types@1.1.0/dist/index.d.ts";
We deliver this package through unpkg and it does contain constants and routes too