1.1.5 • Published 4 years ago

ts-discord v1.1.5

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

ts-discord

A wrapper for the Discord API written in TypeScript

Installation

npm i --save ts-discord
# or
yarn add ts-discord

Example usage

const Discord = require('ts-discord');
dateconst client = new Discord.Client('OAuth2 bearer token provided by the OAuth2 API');

client.fetchUser()
  .then(user => console.log(user.username + '#' + user.discriminator))
  .catch(err => console.error(err));
1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago