1.1.5 • Published 5 years ago

ts-discord v1.1.5

Weekly downloads
8
License
MIT
Repository
github
Last release
5 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

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago