0.1.4 • Published 4 years ago

botrix-npm v0.1.4

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

The official package for the botrix API

npm i botrix-npm

Useage

This is a simple example on how you can get the user object. More info on user object

const botrix_ = require('botrix-npm');

var botrix = new botrix_();


(async function ()  {
    console.log(await botrix.getUser("222042705285480448"))
})();

Get bot method

botrix.getBot("721013842200756276")

Get queue method.. Returns the queue of the current bots.

botrix.getQueue()
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago