Marcos Susaña 18bcc32868
Methods for AutoModeration (#90)
* feat(core): AutoModeration prototypes

* feat(core): Guild fetch mod rules
2022-08-03 01:17:46 +00:00
..
2022-08-03 01:17:46 +00:00
2022-08-01 19:05:25 +00:00
2022-08-01 23:32:54 -03:00

@biscuitland/api-types

biscuit

Install (for node18)

npm install @biscuitland/api-types
yarn add @biscuitland/api-types

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