botlabsapi
v2.0.0
Published
A simple Library to use to interact with the DiscordLabs BotLists Endpoint
Downloads
3
Readme
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")