1.0.3 • Published 4 years ago

donatebot-node-api v1.0.3

Weekly downloads
41
License
ISC
Repository
github
Last release
4 years ago

Donate Bot Node API

A Donate Bot API client for Node.JS

Installation

npm i donatebot-node-api --save

Documentation

Click here to read the documentation for this API client.

Usage

var DonateBotAPI =  require('donatebot-node-api');

var api = new DonateBotAPI({
	serverID:  "Your Discord Server ID",
	apiKey:  "Your Donate Bot API Key retrieved from the panel"
});

api.getNewDonations().then(donations =>  {
	console.log(donations);
}).catch(err =>  {
	console.log(err);
});
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago