1.2.0 • Published 7 years ago

discordlistapp-api v1.2.0

Weekly downloads
1
License
MIT License
Repository
github
Last release
7 years ago

discordlistapp-api

NPM Build Status Codacy Badge

A simple way of communicating between Discord List App and node.js.

Client

To start the client do the following:

const discordlistapp = require('discorclistapp-api');
const discordlistclient = new discordlistapp.Client('YourTokenHere', 'YourBotIDHere');

Check out the documentation website

Click Here