2.0.0 • Published 4 years ago

botlabsapi v2.0.0

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

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")
2.0.0

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago