teaishealthy 13bf6a0101
fix(routes): remove trailing slash from USER_GUILDS (#129)
Discord returns 404 with when trying to GET /users/@me/guilds/
2023-01-27 16:51:28 -05:00
..
2023-01-15 05:27:49 -05:00
2023-01-15 05:27:49 -05:00

@biscuitland/api-types

Most importantly, api-types is:

1:1 type definitions package for the Discord API.

biscuit

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@2.0.5/dist/index.d.ts";

We deliver this package through unpkg and it does contain constants and routes too