botlabsapi

2.0.0 • Public • Published

BotLabsAPI

A package with 1 simple method that help you interact with the DiscordLabs Bot API

To set it up go:

const BotLabs = require('botlabsapi');
client.on('ready', async function() {
   const Lab = new BotLabs(client,"YOURTOKEN")
})

To get info about a Bot you can use:

 BotLabs.getInfo("BotID")

/botlabsapi/

    Package Sidebar

    Install

    npm i botlabsapi

    Weekly Downloads

    1

    Version

    2.0.0

    License

    ISC

    Unpacked Size

    2.14 kB

    Total Files

    3

    Last publish

    Collaborators

    • lostnukie