botrix-npm

0.1.4 • Public • Published

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()

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.40latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.40
0.1.30
0.1.20
0.1.00
0.0.20
0.0.10

Package Sidebar

Install

npm i botrix-npm

Weekly Downloads

0

Version

0.1.4

License

ISC

Unpacked Size

2.71 kB

Total Files

4

Last publish

Collaborators

  • windowscmd