1.0.2 • Published 6 years ago

dnc-wrapper v1.0.2

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

DNC-Wrapper

![](http://beta.dreamingandcoding.ml/img/index-image-1.png =300x200)

Download

NPM npm install dnc-wrapper --save

YARN yarn add dnc-wrapper

Examples

const DNC = require('dnc-wrapper');
const dnc = new DNC('TOKEN', 'ID');

Codes

  • 401 - Invalid token/API Offline
  • 404 - Invalid user/bot
  • 200 - Success

Methods

  • getBot(id) - Object
  • getUser(id) - Object
  • getVotes(id) - Array
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago