1.0.1 • Published 4 years ago

btapi.js v1.0.1

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

btapi.js

The official api for https://botstemple.glitch.me to post an get bots/users statistics.

Usage Example

const Client = require('btapi.js');
const BTClient = new Client('API_TOKEN', 'BOT_ID');
// If you only need get bot/users info in API_TOKEN and BOT_ID put 1.

// Posting server count.
BTClient.postServers(/*<guilds>*/).then(() => {
  console.log("Posted!");
});
BTClient.getBot('id').then((bot) => {
  console.log(bot)
})
1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago