0.2.2 • Published 2 years ago

typed-discord-api v0.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Typed Discord API

Installing

Latest and stable version:

npm install --save-dev typed-discord-api

Starting

Importing basic types and using

import { UserPayload } from 'typed-discord-api';
const { UserPayload } = require('typed-discord-api');

How we document

  • All types suffixed with Payload are payloads sent by Discord
    • For example: UserPayload or GuildPayload
  • No miscellaneous types, only types related to the Discord API
  • Some types are not suffixed with Payload (as mentioned above), you can find them in the globals file
  • All types prefixed with Gateway are data that only comes directly related to the Gateway
  • All types prefixed with REST are data that comes from a Discord API request
0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago