0.0.3 • Published 6 years ago

t-bots v0.0.3

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

WWelcome to the T-Bots API

  • For more info go to the Docs or look below

Send Bots Server Count

const Tbot = require('T-Bots');
let api = new Tbot('API Key');

client.on('ready', ()=> {
    api.postServers(client.user.id, client.guilds.size);
  setInterval(function() {
api.postServers(client.user.id, client.guilds.size);
}, 900000);
});

Get an Bots info

let ID = "BOTS ID";
client.on('ready', ()=> {
  api.getBotInfo(ID).then(user => {
console.log(user)
})
});
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago