Marcos Susaña 835b8d3f39
feat(Emoji): Add Methods (#99)
* feat(Emoji): add methods

* fix: redundancy

Co-authored-by: Yuzu <yuzuru@programmer.net>
2022-08-09 15:46:24 +00:00
..
2022-08-09 15:46:24 +00:00
2022-08-05 11:17:33 -03: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@1.2.0/dist/index.d.ts";

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